Skip to content

Releases: redis/lettuce

3.0.Beta2

15 Jul 18:35
Compare
Choose a tag to compare
3.0.Beta2 Pre-release
Pre-release

This release contains:

  • Documentation (Javadoc and Wiki, 02e384c, 15daf1d, 1a12055, 7613f72, d120ccc, 9682666, 854c9ff, 34823a6)
  • Improved test stability (25577c3, 8491dd8, b8f8957, 25577c3) for a stable and reproducible build
  • Changed redis ports from 63xx to 64xx for testing (9a1aa59)
  • Fixed clientKill because of changed clientList output (b07a2f0)
  • Adjusted resource cleanup to prevent memory leaks (807f391)
  • Prevent refCnt exceptions in case of parallel close & read (590a133)
  • Fixed PubSub API (f05e960)
  • Fixed command leaking when client is not yet online/disconnected and commands are issued while the client is in the re-connect phase (ddce2ff, 6a6f10e)
  • Code cleanup, fixing sonar violations
  • Support for SENTINEL MASTERS command (b6f2fb5)
  • Support for DEBUG SEGFAULT command (a47686c)
  • Support for PUBSUB command (e77020e)
  • Support for sorted set commands ZLEXCOUNT, ZRANGEBYLEX, ZREMRANGEBYLEX (c6722f5)
  • Minor fixes like typos, maven site on http://redis.paluch.biz

3.0.Beta1

08 Jun 09:00
Compare
Choose a tag to compare
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