|
2 | 2 |
|
3 | 3 | ## Timeline |
4 | 4 |
|
5 | | -- Start first development: Jan 2021 |
6 | | -- Keva RC release -> Dec 15 2021 |
7 | | -- Keva first Stable release -> Dec 30 2021 |
| 5 | +- [x] Start first development: Jan 2021 |
| 6 | +- [x] Keva alpha release: Dec 15 2021 |
| 7 | +- [x] Keva RC release: Dec 30 2021 |
8 | 8 |
|
9 | 9 | ## Todo-list |
10 | 10 |
|
11 | | -- Implement various Redis commands :heavy_check_mark: |
12 | | -- Implement RDB, AOF persistence mode :heavy_check_mark: |
13 | | -- Implement Pub/Sub :heavy_check_mark: |
14 | | -- Implement Transactions :heavy_check_mark: |
15 | | -- Implement Replication ([@axblueblader](https://github.com/axblueblader)) |
16 | | -- Implement Keva Proxy ([@haphananhtuan](https://github.com/haphananhtuan)) |
17 | | -- Implement Keva Sentinel ([@duongcongtoai](https://github.com/duongcongtoai)) |
18 | | -- Implement Keva SQL (TBD) |
19 | | -- Implement Keva security |
20 | | -- Create automation for release workflow |
| 11 | +- [ ] Create automation for release workflow |
| 12 | +- [x] Implement various [Redis commands](https://redis.io/commands) |
| 13 | +- [ ] Implement Redis commands: [STREAM](https://redis.io/commands/xread) |
| 14 | +- [x] Implement RDB, AOF persistence mode |
| 15 | +- [x] Implement Pub/Sub |
| 16 | +- [x] Implement Transactions |
| 17 | +- [ ] Implement [Lua scripting](https://redis.io/commands/eval) |
| 18 | +- [ ] Support `keva.conf` file for configuration |
| 19 | +- [ ] Implement Replication ([@axblueblader](https://github.com/axblueblader)) |
| 20 | +- [ ] Implement Keva Proxy ([@haphananhtuan](https://github.com/haphananhtuan)) |
| 21 | +- [ ] Implement Keva Sentinel ([@duongcongtoai](https://github.com/duongcongtoai)) |
| 22 | +- [ ] Implement Keva SQL (TBD) |
| 23 | +- [ ] Implement Keva security |
0 commit comments