redis v8.11.5 Release Notes

Release Date: 2022-03-17 // about 2 years ago
  • ๐Ÿ› Bug Fixes

    • โž• add missing Expire methods to Cmdable (17e3b43)
    • โž• add whitespace for avoid unlikely colisions (7f7c181)
    • example/otel compile error (#2028) (187c07c)
    • extra/redisotel: set span.kind attribute to client (065b200)
    • format (96f53a0)
    • invalid type assert in stringArg (de6c131)
    • ๐Ÿ“‡ rename Golang to Go (#2030) (b82a2d9)
    • ๐Ÿ›  set timeout for WAIT command. Fixes #1963 (333fee1)
    • โšก๏ธ update some argument counts in pre-allocs (f6974eb)

    ๐Ÿ”‹ Features

    • โž• Add redis v7's NX, XX, GT, LT expire variants (e19bbb2)
    • โž• add support for acl sentinel auth in universal client (ab0ccc4)
    • โž• add support for COPY command (#2016) (730afbc)
    • โž• add support for passing extra attributes added to spans (39faaa1)
    • โž• add support for time.Duration write and scan (2f1b74e)
    • redisotel: ability to override TracerProvider (#1998) (bf8d4aa)
    • set net.peer.name and net.peer.port in otel example (69bf454)