Roman Gershman

Results 808 comments of Roman Gershman

@Abhra303 can you please answer @SergeRegoor ?

Yes, it was something we discussed today. I think extending our ACL implementation to Valkey spec will solve the issue.

@adiholden could be nice if we can implement it in July. @ashotland FYI.

Thanks for reporting this. The bug seems to be in "MEMORY USAGE" function in Dragonfly and not in the sorted set itself.

```py #!/usr/bin/env python3 from redis import asyncio as aioredis import asyncio async def main(): redis_client = await aioredis.Redis() # Adjust your Redis connection for i in range(100000): item = f"item:{i}"...

It's like in the old joke "Rabinovich, do you know to play on a Violin? Hmm, I do not know, I've never tried"

Hi @BagritsevichStepan - thank you very much for this PR. I understand that you are aware of the tradeoffs - you specified them in the PR description. You decided to...

@cyppe if you use `cache_mode=true`, then Dragonfly will evict entries once it reaches maxmemory.