Skip to content

Releases: redis/rueidis

v0.0.7

31 Dec 16:24
d43eb8e
Compare
Choose a tag to compare

Changelog

  • ba1aca7 chore: update benchmark for v0.0.6
  • e84baa7 chore: update readme about command builder
  • d43eb8e chore: update readme about om
  • 0f3bda1 feat: make Lua and HashRepository depand on the client interface
  • d792a1f feat: unify NewSingleClient and NewClusterClient to NewClient
  • 8b1c3db feat: unify single client and cluster client interface
  • 373c585 feat: unify single command builder and cluster command builder
  • f23a6e2 fix: close cluster client if init failed
  • 60f44d7 refactor: improve readability

v0.0.6

26 Dec 16:12
31b0acf
Compare
Choose a tag to compare

Changelog

  • 9c426a5 chore: update readme about cluster benchmark
  • 31b0acf refactor: avoid runtime.convTslice by the sync.Pool of command builder

v0.0.5

26 Dec 14:08
80a8a5f
Compare
Choose a tag to compare

Changelog

  • 80a8a5f chore: setup goreleaser
  • 41e56a3 chore: update readme about benchmark
  • d2af541 chore: update readme about cluster and client side caching benchmark
  • 951d69c feat: rename DedicatedWire to Dedicated
  • 374ab8e refactor: export IsRedisNil by func
  • 742d058 refactor: improve readability
  • 7a985cb refactor: improve readability
  • 37c189b refactor: inline ring acquire loop manually