Yosi Attias

Results 47 comments of Yosi Attias

Update: we deployed this code to production and it's working fine for us for the past two days.

Hi, Had an issue with my redis instances that I had a failover and I was connected to replica and got "READONLY" errors (since master become slave) and needed to...

Hi @Yomguithereal ! Sorry for a long time without any reply :) I tried implementing deletes and it was harder than I thought, but then I looked on how many...

@tidwall tested this locally and it works, thanks for the explanation and proposed solution! Would be interested to see how graceful solution can be done with context, will follow to...

I managed to get reconnection on "READONLY" error in the past, while doing monkey-patching to redis client method. ```ruby ::Redis::Client.class_eval do alias_method :old_read, :read def read reply = old_read if...

@casperisfine thanks for looking at it and implementing it :) We are actually not using sentinel and it's reconnecting on readonly errors helped us a lot during failovers!

@mrs4ndman I will elaborate: In my plain tmux config, when I select a window it just showed as `2:another-win*` (as you can see in the first screenshot) and then to...