Commit 8ec9b03c authored by antirez's avatar antirez
Browse files

More robust maxclients test.

parent a5f83412
...@@ -4,7 +4,9 @@ start_server {tags {"limits"} overrides {maxclients 10}} { ...@@ -4,7 +4,9 @@ start_server {tags {"limits"} overrides {maxclients 10}} {
catch { catch {
while {$c < 50} { while {$c < 50} {
incr c incr c
redis_deferring_client set rd [redis_deferring_client]
$rd ping
$rd read
after 100 after 100
} }
} e } e
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment