Redis maxmemory-policy setting
Hi!
Is it possible for me to change the Redis "maxmemory-policy" setting? For BullMQ I need to set this to "noeviction" to make sure the queue works properly. Is this possible?
Thanks in advance!
Cheers,
Ruud
Solution:Jump to solution
just deployed a fresh redis database, and indeed
maxmemory-policy
is set to noeviction
by default4 Replies
Project ID:
9e28999f-05b9-4b5c-9caf-7a1d7bd55312
9e28999f-05b9-4b5c-9caf-7a1d7bd55312
It looks like it's already set to noeviction ("config get maxmemory-policy"), could you confirm this?
Hi @rgmvisser, how was it configured? I need to do the same basically
Solution
just deployed a fresh redis database, and indeed
maxmemory-policy
is set to noeviction
by default