-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
Right now, the best option is probably to rely on the Redis maxmemory settings:
- Set maxmemory to the amount of memory you’re willing to allocate.
- Set maxmemory-policy to noeviction.
You should be getting -OOM errors as soon as the memory limit has been reached, and it should resolve as soon as you’re removing entries from the stream.