How can I make REDIS
save least recently used data to disk in order to save some memory?
I have seen the documentation of REDIS
but I only found how to set the memory limit to a specific amount of MB and the all eviction policies say that when a new item should be inserted to the database old ones should be deleted, but I need them to be stored in the disk, how can I do that?