Skip to content

Releases: bitleak/go-redis-pool

v3.3.0

17 Jan 16:20
Compare
Choose a tag to compare
  • Rollback to stable version go-redis v9.0.3
  • Add FlushDB/FlushDBAsync methods

v3.2.2

06 Dec 12:01
6d4c712
Compare
Choose a tag to compare
  • Add SetArgs method

v3.2.1

04 Dec 11:01
13c5318
Compare
Choose a tag to compare
  • Add a couple of variants of ZADD command (ZADD key GT, ZADD key LT)

v3.2.0

21 Sep 08:48
Compare
Choose a tag to compare
  • Update go-redis library to v9.2.0

v3.1.1

23 Jun 22:47
Compare
Choose a tag to compare
  • 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

15 Jun 12:10
Compare
Choose a tag to compare
  • Edit optional Hooks to HAConfig

v3.0.0

20 Apr 21:23
Compare
Choose a tag to compare
  • Update go-redis library to v9 (v9.0.3)
  • Bug fixes

v2.2.0

05 Apr 08:45
Compare
Choose a tag to compare
  • 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

12 Jul 15:45
Compare
Choose a tag to compare
  • Added getting statistics of all connection pools

v2.0.1

16 Jun 11:12
Compare
Choose a tag to compare
  • Fixed error return value for MGetWithGD