Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 550 Bytes

CHANGES.md

File metadata and controls

21 lines (15 loc) · 550 Bytes

Release v0.17.0

  • Implement Redis Streams commands
  • Implement sorted set commands
  • Many additional minor command additions

Release v0.16.0

  • Implement Sentinel (high availability)
  • Add Authentication commands and tooling
  • Implement Cursors
  • Implement Keyevents
  • Many many miscellaneous additional commands

Old pre-v0.15 changelogs (very likely stale and incomplete)

git version

  • Initial public version
  • Implements a small subset of Redis commands; parsers are provided to easily add more as needed. Pull requests welcome.