Skip to content

v5.12.0

Compare
Choose a tag to compare
@brayniac brayniac released this 03 Oct 23:17
· 59 commits to main since this release
bc7f6e5

Changed

  • Removed the HTTP1/HTTP2 clients and reorganized the client code. (#266)

Added

  • Adds support for gRPC ping using tonic, directly using h2, and a pre-draft
    implementation that is gRPC ping over HTTP3/QUIC. (#275)

Fixed

  • Fixes a bug in Redis set commands when a TTL is specified. (#278)