From: antirez Date: Mon, 19 Dec 2011 09:21:50 +0000 (+0100) Subject: unit/introspection.tcl added X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/3ae5a308db4613262ac82abae2ba80115d184ca4 unit/introspection.tcl added --- diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl new file mode 100644 index 00000000..db21cbd0 --- /dev/null +++ b/tests/unit/introspection.tcl @@ -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*} +}