This https://redis.io/docs/management/config/ refers to maxmemory.
frappe@erpnext:~/frappe-bench$ find . -name *.conf | xargs grep 'maxmemory'
./config/redis_cache.conf:maxmemory 50mb
./config/redis_cache.conf:maxmemory-policy allkeys-lru
This https://redis.io/docs/management/config/ refers to maxmemory.
frappe@erpnext:~/frappe-bench$ find . -name *.conf | xargs grep 'maxmemory'
./config/redis_cache.conf:maxmemory 50mb
./config/redis_cache.conf:maxmemory-policy allkeys-lru
Thanks for reply clarkej
May refer to this link : ERPNext setup on Antix Linux - #6 by NeisSenni. It does minor changes in Redis configuration file.