Hacker News new | ask | show | jobs
by jcapote 5440 days ago
it would be cool to make a leveldb backed fork of redis
1 comments

Pardon my ignorance but what's backing redis currently?
Redis. :) But more importantly, it runs as a server. I think what @jcapote meant is being able to use Redis operations without a server, like Leveldb or sqlite. I would love to see that. There's already some effort towards that direction [1], but using a google backed project instead of building a full library from the ground up could be a saner approach.

[1] https://github.com/seppo0010/redislite