Hacker News new | ask | show | jobs
by iamjustlooking 5120 days ago
I would love to see redis diskstore back. I haven't found a disk based LRU cache that persists to disk that is as easy as the diskstore was.
1 comments

It's not 100% what you want, but with 2.6 DUMP/RESTORE commands you can pretty much do a good deal of what Diskstore used to do inside your application.

Well also add to the mix a bit of RANDOMKEY plus OBJECT IDLETIME. If you want to know more reply to this message or write to the Redis ML and I'll provide some detail.