Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 378 Bytes

CHANGELOG.md

File metadata and controls

6 lines (5 loc) · 378 Bytes

v9 UNRELEASED

  • Added support for RESP3 protocol.
  • Removed Pipeline.Close since there is no real need to explicitly manage pipeline resources. Pipeline.Discard is still available if you want to reset commands for some reason.
  • Replaced *redis.Z with redis.Z since it is small enough to be passed as value.