redict/tests/unit/introspection.tcl

6 lines
210 B
Tcl
Raw Normal View History

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