Vitalik

Results 26 comments of Vitalik

Hey folks, I've done some research on this topic, and wanted to share my findings with you all. At the high level there are 3 ways to improve main dictionary...

Hey folks, I've decided to build a prototype and tried to limit the scope as much as possible, working only on embedding keys into data array. Here is what I've...

Chad, you are correct with your investigation, however the fact that you are seeing errors on the client side is unexpected. We've added this configuration to initiate healthy rotation of...

What do you think is the right thing to do here? My opinion is that we should aim for an actual fix in python, because server defaults seem to be...

Can you briefly explain how this workspaces feature is going to work? Are there any upcoming changes in the 1.11 related to this?

@jayconrod is package driver still planned as a feature or are we going to rely on the aspect-based approach mentioned above?

Also consider feature request made in #467 we might be able to come up with a solution that addresses both at the same time.

Once https://github.com/redis/redis/pull/11695 is landed we are going to encode slot id in the least significant bits of the SCAN cursor. This has two implications in the context of this issue:...

We'll update the documentation once change makes its way into the release. Note that with https://github.com/redis/redis/pull/11695, correct starting cursor for slot 777 would be 777, not 0, hence there is...

> could be solved by running several benchmark tools in parallel. But it's rather a workaround I agree, having more flexibility in ability to define workloads that consist of more...