This doesn't make much sense to me, as in redis you have to design how you are gonna store your data with it's limitation and performance in mind. So why a drop in replacement instead of redesigning your storage?
It looks like he already made his own (3yrs ago): https://github.com/antirez/Bigdis
> in redis you have to design how you are gonna store your data with it's limitation and performance in mind.
Hmm, that's interesting. This is the very reason I've always loved Redis and I'd love a Redis-for-disk.
This doesn't make much sense to me, as in redis you have to design how you are gonna store your data with it's limitation and performance in mind. So why a drop in replacement instead of redesigning your storage?