Lettuce 4.3.1 正式發布了,主要修復一些問題。Lettuce是一個可伸縮線程安全的Redis客戶端。多個線程可以共享同一個RedisConnection。它利用優秀netty NIO框架來高效地管理多個連接。
修復:
Apply proxy wrapper to obtained pooled connections #411
Allow databases greater than 15 in RedisURI greater 15 #420
Expose a protected default constructor for RedisClusterClient #438
RoundRobinSocketAddressSupplier may contain more RedisClusterNodes than the current topology view #440
Partitions.addPartition and reload not correctly synchronized #442
pingBeforeActivateConnection and authentication fails using Redis Sentinel #448
PooledClusterConnectionProvider.close does not close connections #460
完整發布說明。