mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
Monitor command (#427)
feat(server): support monitor command - allowing user to debug commands from all connections by using a connection as monitors for the this (#344) Signed-off-by: Boaz Sade <boaz@dragonflydb.io>
This commit is contained in:
parent
f8f3eac960
commit
c9f7cbe0e9
12 changed files with 346 additions and 24 deletions
|
@ -104,7 +104,7 @@ with respect to Memcached and Redis APIs.
|
|||
- [X] ZSCORE
|
||||
- [ ] Other
|
||||
- [ ] BGREWRITEAOF
|
||||
- [ ] MONITOR
|
||||
- [x] MONITOR
|
||||
- [ ] RANDOMKEY
|
||||
|
||||
### API 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue