CLIENT LIST test fixed (there is a new omem field in the output)

This commit is contained in:
antirez 2012-01-23 16:19:49 +01:00
parent 8c43e66346
commit 3c0602ff41

View File

@ -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 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*}
}