1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-25 20:01:04 +00:00
redis/tests/unit/introspection.tcl

6 lines
210 B
Tcl

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*}
}