# Set the maximum memory usage maxmemory 2GB # Evict old keys instead of growing maxmemory-policy allkeys-lru # Disable disk persistence appendonly no save "" # Optional: reduce fragmentation activedefrag yes