redis v9.0.0-beta.2 Release Notes

Release Date: 2022-07-28 // over 1 year ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ #2114 for redis-server not support Hello (b6d2a92)
    • โž• additional node failures in clustered pipelined reads (03376a5)
    • โšก๏ธ disregard failed pings in updateLatency() for cluster nodes (64f972f)
    • โœ… don't panic when test cannot start (9e16c79)
    • ๐Ÿ– handle panic in ringShards Hash function when Ring got closed (a80b84f), closes #2126
    • ignore Nil error when reading EntriesRead (89d6dfe)
    • ๐ŸŒฒ log errors from cmdsInfoCache (fa4d1ea)
    • ๐Ÿšฆ provide a signal channel to end heartbeat goroutine (f032c12)
    • โœ‚ remove conn reaper from the pool and uptrace option names (f6a8adc)
    • ๐Ÿšฆ replace heartbeat signal channel with context.WithCancel (20d0ca2)