发布于 2017-02-02 13:32:15 | 173 次阅读 | 评论: 0 | 来源: 网友投递
Lettuce Redis客户端
Lettuce是一个可伸缩线程安全的Redis客户端。多个线程可以共享同一个RedisConnection。它利用优秀netty NIO框架来高效地管理多个连接。
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