Harkrishn Patro
Harkrishn Patro
> I like the idea but I have a solution that avoids the drawbacks. It's very much like @madolson's idea in "Rethinking the main dict" idea. > > * Replace...
> @hpatro @zuiderkwast Do we really need to do key + value embedding together? I feel like we keep grouping them together, but IIRC the key embedding part is actually...
@zuiderkwast We've made changes in the past which can benefit the users in a short term and have redone the implementation in the following major/minor version. key embedding in dictEntry...
> @zuiderkwast I think @KarthikSubbarao's bloom filter is licensed under BSD 3-clause and it is the one being proposed here. My vote is yes on the same conditions as Viktor...
> > As we don't have any data points for Redis Modules, one can't be sure which API(s) were really used. > > We can argue the opposite way too...
> @KarthikSubbarao could we also list out the remaining commands not built yet? Realized the other probabilistic filter/algorithm commands are each under different command namespace like Cuckoo filter commands s...
@valkey-io/core-team Any TSC interested in helping shape this up? I think this would be a nice module to start with and help set the baseline for other modules in the...
@PingXie @madolson @barshaul Few questions which we need to reach consensus on: 1. With this filtering option introduced, does `CLUSTER SHARDS` command have any significance in itself? 2. @barshaul Regarding...
> > With this filtering option introduced, does CLUSTER SHARDS command have any significance in itself? > > Not sure if I understand your question. Can you elaborate? If all...
> @VoletiRam @hpatro Can you review what Victor posted in the previous message. Instead of adding a new new command, let's just make the existing version deterministically ordered but not...