feat(list): Add BLMove command (#753)

Also update api_status with ZUNION and BRPOPLPUSH
Fixes #751

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2023-02-05 10:55:20 +02:00 committed by GitHub
parent 8d095d00fa
commit da40b63433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 89 additions and 23 deletions

View file

@ -111,7 +111,7 @@ with respect to Memcached and Redis APIs.
- [X] List Family
- [X] BLPOP
- [X] BRPOP
- [ ] BRPOPLPUSH
- [X] BRPOPLPUSH
- [X] LINSERT
- [X] LPUSHX
- [X] RPUSHX
@ -250,12 +250,13 @@ with respect to Memcached and Redis APIs.
- [X] List Family
- [X] LMOVE
- [X] LPOS
- [X] BLMOVE
- [ ] Stream Family
- [ ] XAUTOCLAIM
- [ ] Sorted Set Family
- [ ] ZUNION
- [X] Sorted Set Family
- [X] ZUNION
## Notes
Some commands were implemented as decorators along the way: