Skip to content

redis-1.0.5

Choose a tag to compare

@nihohit nihohit released this 08 Mar 06:23
· 101 commits to main since this release
d408f2a

Changes & Bug fixes

  • Reduce blocking on async cluster connection. (#1967 by @nihohit)
  • Unconditionally try to set READONLY on cluster connections (#1981 by @PDXKimani)
  • Add async transaction support. (#1969 by @nihohit)
  • Introduce modeled NodeAddress type to clusters (#1982 by @PDXKimani)
  • Add support for StreamingCredentialsProvider to Redis cluster client (#1965 by @alexcole)
  • Allow to override the library name and version advertised to the server (#1970 by @somechris)

CI improvements