mirror of
https://github.com/fluencelabs/redis
synced 2025-03-30 22:31:03 +00:00
CLIENT LIST test fixed (there is a new omem field in the output)
This commit is contained in:
parent
8c43e66346
commit
3c0602ff41
@ -1,5 +1,5 @@
|
|||||||
start_server {tags {"introspection"}} {
|
start_server {tags {"introspection"}} {
|
||||||
test {CLIENT LIST} {
|
test {CLIENT LIST} {
|
||||||
r client list
|
r client list
|
||||||
} {*addr=*:* fd=* idle=* flags=N db=9 sub=0 psub=0 qbuf=0 obl=0 oll=0 events=r cmd=client*}
|
} {*addr=*:* fd=* idle=* flags=N db=9 sub=0 psub=0 qbuf=0 obl=0 oll=0 omem=0 events=r cmd=client*}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user