Hacker News new | ask | show | jobs
by stefanos82 818 days ago
> I would like to put in the effort to implement most redis commands there and map them to SQL, so that all data can be saved inside a fine tuned sqlite.

Maybe this is related to what you are looking for? https://launchpad.redis.com/project/reqlite

1 comments

Hmm interesting. Yes, kind of related still different. It's a sqlite extension to query existing redis server data. Not a redis server itself. But interesting. Thanks for the link!