-
Notifications
You must be signed in to change notification settings - Fork 3.9k
FAQ
incubos edited this page Apr 25, 2011
·
9 revisions
Try setting own timeout
value when constructing JedisPool
using the following constructor:
JedisPool(GenericObjectPool.Config poolConfig, String host, int port, int timeout)
Default timeout
value is 2 seconds.