]> git.saurik.com Git - redis.git/blob - tests/unit/introspection.tcl
New client info field added to CLIENT LIST output: multi, containing the length of...
[redis.git] / tests / unit / introspection.tcl
1 start_server {tags {"introspection"}} {
2 test {CLIENT LIST} {
3 r client list
4 } {*addr=*:* fd=* age=* idle=* flags=N db=9 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=* obl=0 oll=0 omem=0 events=r cmd=client*}
5 }