Releases: redis/rueidis
Releases · redis/rueidis
v0.0.7
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
v0.0.5
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