redis-rb / redis-client

Simple low level client for Redis 6+
MIT License
124 stars 60 forks source link

RedisClient::ReadTimeoutError: Waited 4.0 seconds #202

Closed tuanbht closed 3 months ago

tuanbht commented 3 months ago

Hi forks, I am using redis-client latest version but still keep getting this error. Is that fixed in the latest? Or how I can workaround for that now? It's just annoying

Screenshot 2024-06-18 at 08 33 26
stanhu commented 3 months ago

Are you using Sidekiq? See https://github.com/sidekiq/sidekiq/issues/6162.

tuanbht commented 3 months ago

oh, I see. Thanks a lot @stanhu