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