mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
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:
parent
8d095d00fa
commit
da40b63433
3 changed files with 89 additions and 23 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue