Redis can backup or journal to disk, but this is just so the data is persistent between restarts, not used in queries or runtime.
* Updated based on comments: I originally wrote that redis requires as much ram as data (technically more) but I'm correcting this to state that Redis CAN use disk, but Salvatore, the man behind redis, publicly states that he does not recommend it as a solution.