Replies: 1 comment
-
you need to manage the data in redis yourself. you should probably have a consumer or something similar that reads and clears data |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to use redis backend for orderbooks and snapshots_only=True with Sorted Sets. I see that the Set keeps expanding and thus capturing more and more memory. Is there any way to put a max limit to the entries (max latest orderbook snapshots)?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions