feat: support cluster mode emulation (#492)

Signed-off-by: Leonardo Mello <lsvmello@gmail.com>
This commit is contained in:
Leonardo Mello 2023-03-01 03:43:40 -03:00 committed by GitHub
parent 60d22eba47
commit abe3b3cb91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 430 additions and 20 deletions

View file

@ -210,6 +210,9 @@ with respect to Memcached and Redis APIs.
- [ ] CLIENT REPLY
- [X] REPLCONF
- [ ] WAIT
- [X] CLUSTER SLOTS
- [X] CLUSTER NODES
- [X] CLUSTER INFO
### API 4
- [X] Generic Family
@ -258,6 +261,10 @@ with respect to Memcached and Redis APIs.
- [X] Sorted Set Family
- [X] ZUNION
### API 7
- [ ] Server Family
- [ ] CLUSTER SHARDS
## Notes
Some commands were implemented as decorators along the way: