From 73cb81d541e725ac126c41e2c6facfb8a6ed135d Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 19 Dec 2011 10:21:50 +0100 Subject: [PATCH] unit/introspection.tcl added --- tests/unit/introspection.tcl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/unit/introspection.tcl diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl new file mode 100644 index 000000000..db21cbd05 --- /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*} +}