]> git.saurik.com Git - redis.git/commitdiff
CLIENT LIST test modified to reflect the new output.
authorantirez <antirez@gmail.com>
Tue, 13 Mar 2012 17:06:29 +0000 (18:06 +0100)
committerantirez <antirez@gmail.com>
Tue, 13 Mar 2012 17:06:29 +0000 (18:06 +0100)
tests/unit/introspection.tcl

index 3daa65e07551be8b0c8f4a422c5398a5a326fc77..a768e2ab98b8c821b0d11db7437073e5d07ee11c 100644 (file)
@@ -1,5 +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 omem=0 events=r cmd=client*}
+    } {*addr=*:* fd=* age=* idle=* flags=N db=9 sub=0 psub=0 qbuf=0 qbuf-free=* obl=0 oll=0 omem=0 events=r cmd=client*}
 }