Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
6df450b7
Commit
6df450b7
authored
Mar 13, 2012
by
antirez
Browse files
CLIENT LIST test modified to reflect the new output.
parent
d19015be
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/unit/introspection.tcl
View file @
6df450b7
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*
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment