From 3ae5a308db4613262ac82abae2ba80115d184ca4 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 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*} +} -- GitLab