jredis
jredis copied to clipboard
Java Client and Connectors for Redis
This is happenening when i am doing multigets /gets /sets after the socket timeout exception happens. The socket timeout is happening when i am setting a lot of keys in...
Is there any way that jreids 1.0 RC2 can be published to a public maven repository? Nathan
It may be helpful for new users who don't use the correct version of Redis with JRedis. Spec is simply to issue INFO on connect and matching of "version" element...
As discussed in our email previously. Could you please merge my changes for multi-bulk requests and hash operations found here: http://github.com/graemerocher/jredis/commits/master Thanks Graeme
It would be nice to be able to create clients without Exceptions when the Redis Server is not available. I can not start my web application and initialize a client...
I am expecting connection issues while working with redis thought JRedisService. It just says that the used connection is not connected: Apr 18 23:12:54 tomcat12 tomcat-jqc-app: : Not connected! Apr...
On reconnect, SynchConnection checks status and reference is null.
Bumps [testng](https://github.com/cbeust/testng) from 6.1.1 to 7.7.0. Release notes Sourced from testng's releases. TestNG v7.7.0 What's Changed Replace FindBugs by SpotBugs by @gruenich in cbeust/testng#2781 Gradle: Drop forUseAtConfigurationTime() by @gruenich in...