# Roadmap
# Timeline
- Start first development: Jan 2021
- Keva alpha release: Dec 15, 2021
- Keva RC release: Dec 30, 2021
- Keva next release: May 01, 2022
# Todo-list
- Implement various Redis commands (opens new window)
- Implement RDB, AOF persistence mode
- Implement Pub/Sub
- Implement Transactions
- Implement Redis commands: STREAM (opens new window)
- 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 (opens new window))
- Implement Keva Proxy (@haphananhtuan (opens new window))
- Implement Keva Sentinel (@duongcongtoai (opens new window))
- Create automation for release workflow
- Implement Keva SQL (TBD)
- Implement Keva security
- Implement Lua scripting (opens new window)