Roadmap
Milestones
- Start first development: Jan 2021
- Keva alpha release: Dec 15, 2021
- Keva RC release: Dec 30, 2021
- Keva next release: July 01, 2022
Backlogs
- Implement various Redis commands
- Implement RDB, AOF persistence mode
- Implement Pub/Sub
- Implement Transactions
- Implement Redis commands: STREAM
- Implement HTTP API (can be directly accessed by HTTP Clients, support
json
) - Implement various backend storage support: LevelDB, LMDB, RocksDB, BoltDB, etc.
- Support
keva.conf
file for configuration - Implement Replication (@axblueblader)
- Implement Keva Proxy (@haphananhtuan)
- Implement Keva Sentinel (@duongcongtoai)
- Create automation for release workflow
- Implement Keva SQL (TBD)
- Implement Keva security
- Implement Lua scripting