Rueidis Versions Save

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.

v1.0.28

3 months ago

Changes

  • om, rueidisaside, and rueidisotel packages now have their own go.mod (#456) (#451)
  • Go 1.22 is coming. We then stop providing -go1.18 and -go1.19 releases.

🚀 New Features

  • feat: rueidiscompat now supports go-redis' JSONCmdable interface (#459)

🐛 Bug Fixes

  • fix: rueidislock deadlock caused by the absence of peers (#458)

Contributors

We'd like to thank all the contributors who worked on this release!

@DestroyerAlpha, @erdemtuna, @rueian, @unknowntpo and Erdem Tuna

v1.0.27-go1.19

4 months ago

v1.0.27-go1.18

4 months ago

v1.0.27

4 months ago

Changes

🚀 New Features

  • feat: SetSlot to override the calculated key slot of a command (#441)
  • feat: parsing string responses in AsIntSlice (#437)

🐛 Bug Fixes

  • fix: preserve command tag when setting a command as blocking (#446)

🧰 Maintenance

  • doc: correct rueidisotel documentation (#443)

Contributors

We'd like to thank all the contributors who worked on this release!

@DestroyerAlpha, @rueian and @tamayika

v1.0.26-go1.18

5 months ago

v1.0.26-go1.19

5 months ago

v1.0.26

5 months ago

Changes

🚀 New Features

  • feat: check for too big PipelineMultiplex value (#436)
  • feat: deprecate rueidisotel's WithClient (#430)

🐛 Bug Fixes

  • fix: rueidiscompat's ZPopMax and ZPopMin with count 1 (#433)
  • fix: send READONLY command to replicas when SendToReplicas is set (#430)

🧰 Maintenance

  • doc: add rueidisotel client metrics (#434)

Contributors

We'd like to thank all the contributors who worked on this release!

@ash2k, @atercattus, @proost and @rueian

v1.0.25-go1.19

5 months ago

v1.0.25-go1.18

5 months ago

v1.0.25

5 months ago

🐛 Bug Fixes

  • fix: do not ignore error of url.Parse (#426)
  • fix: random nil dereference caused by non-zero PipelineMultiplex in v1.0.24 (#427)

Contributors

We'd like to thank all the contributors who worked on this release!

@j178 and @rueian