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:
just deployed a fresh redis database, and indeed maxmemory-policy is set to noeviction by default
No description
Jump to solution
4 Replies
Percy
Percy2y ago
Project ID: 9e28999f-05b9-4b5c-9caf-7a1d7bd55312
rgmvisser
rgmvisser2y ago
9e28999f-05b9-4b5c-9caf-7a1d7bd55312 It looks like it's already set to noeviction ("config get maxmemory-policy"), could you confirm this?
Wukong
Wukong6mo ago
Hi @rgmvisser, how was it configured? I need to do the same basically
Solution
Brody
Brody6mo ago
just deployed a fresh redis database, and indeed maxmemory-policy is set to noeviction by default
No description