You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With such proxy I would expect that 7 out of 10 times the connection would timeout, however in reality it does not timeout at all, or at most once:
$ docker run -it --rm --net toxic redis:5.0.7 redis-cli -h proxy -p 26379
proxy:26379> get test
"100"
proxy:26379> get test2
"abcd"
proxy:26379> get adasd
(nil)
proxy:26379> set asdasd sadasd
OK
proxy:26379> get efas
(nil)
proxy:26379> get t
(nil)
proxy:26379> get t
(nil)
proxy:26379> get t
(nil)
proxy:26379> get t
(nil)
proxy:26379> get t
(nil)
proxy:26379> get t
(nil)
proxy:26379> get t
(nil)
proxy:26379>
The text was updated successfully, but these errors were encountered:
My setup:
toxicity 2.1.4 in docker, redis 5.0.7 also in docker.
I have created proxy to redis, and later added toxicity with probablity 0.7 to it. Inspect shows that proxy was configured correctly,
With such proxy I would expect that 7 out of 10 times the connection would timeout, however in reality it does not timeout at all, or at most once:
The text was updated successfully, but these errors were encountered: