Results 41 comments of Moti Cohen

Hi @kaito-kidd , I don't understand what it means "master down + hostname invalid". How exactly you make the master unavailable? shutdown/pause the pod? just change its hostname? Does sentinels...

The sentinel flow, that you are describing is rather common one. I also let it run, only this specific flow, on docker-compose for two days without any issues. Maybe you...

Hi @kaito-kidd, I managed to reproduce the problem. It looks like that during failover scenario, when the master is down but sentinel managed to resolve master hostname, then the flow...

Hi @kaito-kidd , Can you test please my PR #11419 and see if it resolves your issue? Thank you.

> Hi @moticless, > > I have tested this MR, the test passed, sentinel failover passed, as expected, thank you very much. > > Will this MR backforward to 6.x?...

https://github.com/redis/redis/pull/11419 goanna backport 6.2 & 7.0.

**Time estimation** * General notes: * During policy loading we don’t know today which authenticator is supported. This is because our authenticator are not treated as true plugins components. *...

I think this is an important initiative toward formalizing Redis unit testing. To have its impact in the long run IMO we should strive for more standardized unit-test infrastructure, such...

Hello @jscissr, You've raised a crucial aspect of encoding that hasn't received much attention until now. Your proposed solution may not be suitable for handling binary data. From my perspective,...

> If on the other hand all strings in your redis database are UTF-8 encoded We cannot make that assumption. Unless the user explicitly requests the use of UTF-8, the...