mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 23:31:03 +00:00
More robust maxclients test.
This commit is contained in:
parent
a5f8341245
commit
8ec9b03c6b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user