8.5.12. Redis memory cleaning mode

Memory cleaning mode is managed in the "Redis" section on the "Statistics" tab.

The "Memory clearing mode" button allows you to select how Redis behaves when the available memory is full:

  • Do not delete anything and do not allow new data to be written.
  • Save recently used keys, delete most recently used.
  • Keep frequently used keys, delete rarely used ones.
  • Delete most recently used keys with expire field set to true.
  • Delete least frequently used keys with expire field set to true.
  • Remove random keys.
  • Delete random keys with expire field set to true.
  • Delete keys with expire field set to true and the smallest remaining time to live (TTL) value.
Content