]> git.saurik.com Git - redis.git/blame - tests/unit/introspection.tcl
Version bumped to 2.9.5
[redis.git] / tests / unit / introspection.tcl
CommitLineData
3ae5a308 1start_server {tags {"introspection"}} {
2 test {CLIENT LIST} {
3 r client list
3c0602ff 4 } {*addr=*:* fd=* idle=* flags=N db=9 sub=0 psub=0 qbuf=0 obl=0 oll=0 omem=0 events=r cmd=client*}
3ae5a308 5}