Configuring Redis Eviction Policy #2583
Unanswered
NITHISH-1609
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You configure this setting in Redis. Depending on how are you hosting Redis the way to configure it differs, but basically the setting is read from redis.conf: https://redis.io/docs/latest/develop/reference/eviction/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I received this warning - 'IMPORTANT! Eviction policy is volatile-lru. It should be 'noeviction'.' And I realized that bullmq suggests the same. However, I don't know how to configure this!
This is the code I have:
Beta Was this translation helpful? Give feedback.
All reactions