1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

docs(api): Update api_status.md (#285)

* Update api_status.md
This commit is contained in:
Vladislav 2022-09-13 20:13:34 +03:00 committed by GitHub
parent cb024a23ac
commit ed83b07fad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ with respect to Memcached and Redis APIs.
### API 1
- [X] String family
- [X] SET
- [ ] SETNX
- [X] SETNX
- [X] GET
- [X] DECR
- [X] INCR
@ -154,8 +154,8 @@ with respect to Memcached and Redis APIs.
- [X] PSUBSCRIBE
- [X] PUNSUBSCRIBE
- [X] Server Family
- [ ] WATCH
- [ ] UNWATCH
- [X] WATCH
- [X] UNWATCH
- [X] DISCARD
- [X] CLIENT LIST/SETNAME
- [ ] CLIENT KILL/UNPAUSE/PAUSE/GETNAME/REPLY/TRACKINGINFO
@ -202,7 +202,22 @@ with respect to Memcached and Redis APIs.
- [ ] PFMERGE
### API 3
- [ ] Generic Family
- [ ] TOUCH
- [X] HashSet Family
- [X] HSTRLEN
- [X] Server Family
- [ ] CLIENT REPLY
- [X] REPLCONF
- [ ] WAIT
### API 4
- [X] Generic Family
- [X] UNLINK
- [ ] Server Family
- [ ] MEMORY USAGE/STATS/PURGE/DOCTOR
- [ ] SWAPDB
### API 5
- [X] Stream Family
- [X] XADD
@ -229,6 +244,5 @@ with respect to Memcached and Redis APIs.
Some commands were implemented as decorators along the way:
- [X] ROLE (2.8) decorator as master.
- [X] UNLINK (4.0) decorator for DEL command
- [X] BGSAVE (decorator for save)
- [X] FUNCTION FLUSH (does nothing)
- [X] FUNCTION FLUSH (does nothing)