Releases: bitleak/go-redis-pool
Releases · bitleak/go-redis-pool
v3.3.1
- Add ExpireNX, ExpireXX, ExpireGT, ExpireLT methods
v3.3.0
- Rollback to stable version go-redis v9.0.3
- Add FlushDB/FlushDBAsync methods
v3.2.1
- Add a couple of variants of ZADD command (ZADD key GT, ZADD key LT)
v3.2.0
- Update go-redis library to v9.2.0
v3.1.1
- Fixed connection selection error for HAConnFactory in MGet/MGetWithGD
- Fixed a bug with the handling of the weight value for the slave
v3.1.0
- Edit optional Hooks to HAConfig
v3.0.0
- Update go-redis library to v9 (v9.0.3)
- Bug fixes
v2.2.0
- Adding new commands MExpire/MExpireAt with support for executing multiple keys
- Fixed the Ping command, now the check occurs on all shards and returns the first error for the sharded configuration
- Minor performance improvements
v2.1.0
- Added getting statistics of all connection pools