X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/3c0602ff418ff1a1b18440a6994fd73226786251..5e473cd8fd461b64dc4909ec5b611ac2f1acbf2a:/tests/unit/introspection.tcl diff --git a/tests/unit/introspection.tcl b/tests/unit/introspection.tcl index 3daa65e0..a768e2ab 100644 --- a/tests/unit/introspection.tcl +++ b/tests/unit/introspection.tcl @@ -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*} }