redis.exceptions.ResponseError: OOM command not allowed when used memory > 'maxmemory'.
Im getting above error and I tried setting up through redis-cli, the maxmemory config is not available. It has only below attribute.
CONFIG GET *
- "activerehashing"
- "yes"
- "list-max-ziplist-size"
- "-2"
- "list-compress-depth"
- "0"
- "slowlog-max-len"
- "128"
- "lua-time-limit"
- "5000"
- "slowlog-log-slower-than"
- "10000"
- "stream-node-max-entries"
- "100"
- "hash-max-ziplist-entries"
- "512"
- "set-max-intset-entries"
- "512"
- "zset-max-ziplist-entries"
- "128"
- "hash-max-ziplist-value"
- "64"
- "stream-node-max-bytes"
- "4096"
- "zset-max-ziplist-value"
- "64"
- "hll-sparse-max-bytes"
- "3000"
- "notify-keyspace-events"
- ""