mirror of https://mirror.osredm.com/root/redis.git
unit/introspection.tcl added
This commit is contained in:
parent
f4bddefecd
commit
3ae5a308db
|
@ -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*}
|
||||
}
|
Loading…
Reference in New Issue