unit/introspection.tcl added

This commit is contained in:
antirez 2011-12-19 10:21:50 +01:00
parent f4bddefecd
commit 3ae5a308db

View File

@ -0,0 +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*}
}