]> git.saurik.com Git - redis.git/blobdiff - tests/unit/introspection.tcl
New client info field added to CLIENT LIST output: multi, containing the length of...
[redis.git] / tests / unit / introspection.tcl
index a768e2ab98b8c821b0d11db7437073e5d07ee11c..773df112700117043340a1b639ab1951a59d5d17 100644 (file)
@@ -1,5 +1,5 @@
 start_server {tags {"introspection"}} {
     test {CLIENT LIST} {
         r client list
-    } {*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*}
+    } {*addr=*:* fd=* age=* idle=* flags=N db=9 sub=0 psub=0 multi=-1 qbuf=0 qbuf-free=* obl=0 oll=0 omem=0 events=r cmd=client*}
 }