- Implement Redis Streams commands
- Implement sorted set commands
- Many additional minor command additions
- Implement Sentinel (high availability)
- Add Authentication commands and tooling
- Implement Cursors
- Implement Keyevents
- Many many miscellaneous additional commands
- Initial public version
- Implements a small subset of Redis commands; parsers are provided to easily add more as needed. Pull requests welcome.