Skip to content

Releases: bitleak/go-redis-pool

v2.0.0

19 May 15:56
Compare
Choose a tag to compare
  • Update go-redis library to v8
  • All commands require context.Context as a first argument, e.g. Ping(ctx). If you are not
    using context.Context yet, the simplest option is to define global package variable
    var ctx = context.TODO() and use it when ctx is required
  • Full support for context.Context canceling

v1.1.0

17 May 10:20
b9e4c10
Compare
Choose a tag to compare

What's Changed

  • bug fixes, adding new commands with graceful degradation support by @nvorobev in #12
  • getting information about keys not found due to redis availability error by @nvorobev in #13

init version

26 Feb 07:57
Compare
Choose a tag to compare

go-redis-pool was designed to implement the read/write split in Redis master-slave mode, and easy way to sharding the data