3.0.Beta1
Pre-release
Pre-release
- Redis Cluster support (Redis 3.0)
- Redis Sentinel support (Redis 2.x)
- Upgrade to netty 4.0.19 (from netty 3.x)
- Support for the latest redis commands (HyperLogLog, SCAN, TIME and many more)
- CDI and Spring Support (Bean Factory for the Redis Client)
- Database and Authentication on initial connect
- Streaming API: Instead of receiving huge lists and maps you can now provide your own StreamingChannel which is notified on every incoming key/value
- Connection-Pooling and transparent Connection-Pooling
- Listenable Futures (using Guava) for true async operations
- Bugfixes in reconnection and stability
- Integration on Travis CI
- Included redis test setup (inspired by Jedis)
- Extended documentation
- Standalone and shaded Jar