Oran Agra

Results 16 issues of Oran Agra

It appears that it is common to spin up a single Redis instance on a multi-core machine in order to benchmark it (and usually compare it to other multi-threaded designs)....

We have some plans to do some major work in the replication protocol. e.g. multiplex PINGS, replica-buffers, and RDB together, see: https://github.com/redis/redis/pull/8440#issuecomment-771623319 A prerequisite for that is some cleanup in...

We could maybe improve our gains from #8974 by promoting serialization of keys that are modified. Some research and design is needed. TBD.

Same as ACL can limit / grant access of some users to certain command or certain pubsub channels, it could be nice that we'll also be able to grant access...

Create an RDB parsing library, an API for C programs to be able to parse and understand the contents of the RDB file. Currently many project implement this on their...

Add events for modules to be notified about cluster topology changes. TBD.

Let modules register for a pre-command and post-command hooks in the pre-command hook, they should also reject the command. in the post-command hook, they can just flush things or update...

A serious redesign of the threaded IO is needed. Most importantly in order to support TLS so that the encryption work can be offloaded to the treads. Possibly to assign...

Placeholder for an epic discussion 😛