docs(server): Update the API status, README and LICENSE date (#410)

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2022-10-20 11:50:42 +03:00 committed by GitHub
parent ab72ff797c
commit d52ab4c59a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 31 deletions

View file

@ -47,7 +47,7 @@ with respect to Memcached and Redis APIs.
- [X] SELECT
- [X] TTL
- [X] TYPE
- [ ] SORT
- [X] SORT
- [X] Server Family
- [X] AUTH
- [X] QUIT
@ -122,7 +122,7 @@ with respect to Memcached and Redis APIs.
- [x] BITCOUNT
- [ ] BITFIELD
- [x] BITOP
- [ ] BITPOS
- [x] BITPOS
- [x] GETBIT
- [X] GETRANGE
- [X] INCRBYFLOAT
@ -203,7 +203,7 @@ with respect to Memcached and Redis APIs.
### API 3
- [ ] Generic Family
- [ ] TOUCH
- [ ] TOUCH
- [X] HashSet Family
- [X] HSTRLEN
- [X] Server Family
@ -236,10 +236,27 @@ with respect to Memcached and Redis APIs.
- [X] XSETID
- [ ] XTRIM
### API 6,7
- [X] Sorted Set Family
- [X] ZPOPMIN
- [X] ZPOPMAX
### API 6
- [X] String Family
- [X] GETEX
- [X] Set Family
- [X] SMISMEMBER
- [X] List Family
- [X] LMOVE
- [X] LPOS
- [ ] Stream Family
- [ ] XAUTOCLAIM
- [ ] Sorted Set Family
- [ ] ZUNION
## Notes
Some commands were implemented as decorators along the way: