redis/tests/unit/introspection.tcl

6 lines
219 B
Tcl
Raw Normal View History

2011-12-19 10:21:50 +01:00
start_server {tags {"introspection"}} {
test {CLIENT LIST} {
r client list
} {*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*}
2011-12-19 10:21:50 +01:00
}