mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +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 {
|
||||
while {$c < 50} {
|
||||
incr c
|
||||
redis_deferring_client
|
||||
set rd [redis_deferring_client]
|
||||
$rd ping
|
||||
$rd read
|
||||
after 100
|
||||
}
|
||||
} e
|
||||
|
Loading…
x
Reference in New Issue
Block a user