mirror of https://mirror.osredm.com/root/redis.git
CLIENT LIST test modified to reflect the new output.
This commit is contained in:
parent
d19015be12
commit
6df450b77c
|
@ -1,5 +1,5 @@
|
|||
start_server {tags {"introspection"}} {
|
||||
test {CLIENT LIST} {
|
||||
r client list
|
||||
} {*addr=*:* fd=* idle=* flags=N db=9 sub=0 psub=0 qbuf=0 obl=0 oll=0 omem=0 events=r cmd=client*}
|
||||
} {*addr=*:* fd=* age=* idle=* flags=N db=9 sub=0 psub=0 qbuf=0 qbuf-free=* obl=0 oll=0 omem=0 events=r cmd=client*}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue