Redis: OOM command not allowed when used memory > ‘maxmemory
Redis: OOM command not allowed when used memory > ‘maxmemory’
解决方式:
$ vim /etc/redis/6903.conf maxmemory 3gb
maxmemory-policy allkeys-lru
maxmemory-samples 5
解决方式:
$ vim /etc/redis/6903.conf maxmemory 3gb
maxmemory-policy allkeys-lru