unit/introspection.tcl added

This commit is contained in:
antirez 2011-12-19 10:21:50 +01:00
parent 98d2678d47
commit 73cb81d541

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*}
}