]> git.saurik.com Git - redis.git/commitdiff
unit/introspection.tcl added
authorantirez <antirez@gmail.com>
Mon, 19 Dec 2011 09:21:50 +0000 (10:21 +0100)
committerantirez <antirez@gmail.com>
Mon, 19 Dec 2011 09:21:50 +0000 (10:21 +0100)
tests/unit/introspection.tcl [new file with mode: 0644]

diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl
new file mode 100644 (file)
index 0000000..db21cbd
--- /dev/null
@@ -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*}
+}