Oran Agra
Oran Agra
@TimHe95 can you just clear out the AOF topic? our plans is to use io_uring and threads mainly to scale writes to sockets (run in parallel). if AOF is your...
ok, so the reference to IO threads is confusing. first since IO threads today are only used for concurrent `write` to sockets. but secondly, since i don't see any way...
@yaxing sorry, the only thing i could find was a note in our backlog project without a corresponding issue, so i created one: #11119 @TimHe95 i'm still not sure i...
This is most likely a timing issue, IIRC these tests got improved in 7.0. please report if it's consistent, in which case please test 7.0 too.
@sjpotter so please let me know from which commit i should start reviewing the new content? i understand the force push contains a fresh copy of unstable, and that the...
@redis/core-team please approve or comment. please notice the behavior change for RM_Call("EVAL") with the "C" flag, will now mean the script gets checked with ACL too (behavior change).
RM_AuthenticateClientWithUser and RM_SetContextModuleUser are meant for completely different purposes. The first one is meant to allow implementing commands such as AUTH and change the currently active user, and the second...
PR Approved in a core-team meeting. Requires one final review and it can be merged.
I rather not mix Sentinel commands with Redis commands in the same table / index. We can maybe create a similar section lile `redis.io/sentinal/commands/` which will behave the same (using...
looks like at some point Salvatore added a new sentinel doc that didn't include `is-master-down-by-addr` in the list of commands, and much later he removed the old doc that did...