February 2018
Intermediate to advanced
382 pages
11h 33m
English
You should make sure you are able to get alerted when the memory issues happen:
$ bin/redis-cli INFO MEMORY|egrep "used_memory_human|maxmemory_human" used_memory_human:1016.45M maxmemory_human:1.00G
127.0.0.1:6379> SET foo bar (error) OOM command not allowed when used memory > 'maxmemory'.
$ bin/redis-cli INFO Stats|grep evicted_keys evicted_keys:382901
$ bin/redis-cli INFO ...
Read now
Unlock full access