Shaya Potter
Shaya Potter
this PR is how I imagine the API as needed, need to remove WATCH/UNWATCH command files probably now.
so encountered content like this again, so wrote a ticket again, forgetting that I had already filed it previously. I'd note that the content I'm dealing with is h264 and...
redid it to support multiple handlers (can imagine it be useful for debugging).
this is supported via debug commands. i.e. in our integration tests we do https://github.com/RedisLabs/redisraft/blob/4d49063bdcb68926fe0d9c6e9bb26c29032fd62b/tests/integration/test_sanity.py#L35 i.e. https://github.com/RedisLabs/redisraft/blob/4d49063bdcb68926fe0d9c6e9bb26c29032fd62b/tests/integration/sandbox.py#L266-L272 I'm not sure if one would really want to do this in real life,...
the breaks somethings (i.e. is not complete), but is pushed as a POC in terms of perhaps a better API. With that said, even with that, I'm not sure how...
not sure what this has to do with sorted sets? (i.e. these are redis hash type functions (h*), not sorted set (z*) functions.
Ok, I buy the < 5.0 as some sort of reasoning, but in terms of overhead, I think its actually something users "do" need. i.e. for watch tracking across reconnect,...
checks out against v5, commends re return values are a little weird to me, should be normalized (not all "response" comments seem to be the same across the PRs I'm...
I think boolean is fine, but not quite for the reason @chayim states. I don't think EXPIRE can ever be multikey, I'd think we would have an MEXPIRE that is...