TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Should I write my own Redis?

1 pointsby ihucosabout 1 year ago
Hello,<p>there is an excellent library for golang which allows you to implement the redis server protocol: https:&#x2F;&#x2F;github.com&#x2F;tidwall&#x2F;redcon<p>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.<p>Essentially if this is implemented we would have a database compatible to redis, the difference is that data is saved to disk and not to RAM.<p>Is there a use case for that? Do people want that? There is some interesting things that could be done with that but I am not sure if the world needs this.

2 comments

stefanos82about 1 year ago
&gt; 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.<p>Maybe this is related to what you are looking for? <a href="https:&#x2F;&#x2F;launchpad.redis.com&#x2F;project&#x2F;reqlite" rel="nofollow">https:&#x2F;&#x2F;launchpad.redis.com&#x2F;project&#x2F;reqlite</a>
评论 #39737277 未加载
not_your_vaseabout 1 year ago
Usually people don&#x27;t know is they really want something until it&#x27;s in front of them. It&#x27;s also easier to show off what it does that way.<p><pre><code> &gt; If you build it, they will come.</code></pre>
评论 #39736488 未加载