We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
java.net.SocketTimeoutException: Read timed out
Try setting own timeout value when constructing JedisPool using the following constructor:
timeout
JedisPool
JedisPool(GenericObjectPool.Config poolConfig, String host, int port, int timeout)
Default timeout value is 2 seconds.