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.

Ask HN: A memory efficient and concurrent redis – are you interested?

7 pointsby qkhhlyabout 8 years ago
We are working on a redis-compatiable key-value store. Our design reduced memory consumption by half for the same dataset compared with redis. We also implemented multi-threading and ACID compliance. In a 16-core machine, we achieved more than 10X throughput compared to redis. Our implementation is 100% compatible with redis clients (it can be used as a drop-in replacement of redis). We would like to gauge the interest in our product. Please leave a comment if you would like to try it out or if you have additional feature requests.

6 comments

alain_gilbertabout 8 years ago
I want to try as well. I'm curious, (if you don't mind sharing this information) what language is used to develop this new technologie ?
评论 #13741198 未加载
brudgersabout 8 years ago
Are there Jepson results?<p><a href="https:&#x2F;&#x2F;jepsen.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jepsen.io&#x2F;</a>
评论 #13741182 未加载
gunayarslanabout 8 years ago
it would be nice if there is possible to &quot;move&quot; values to somewhere else -- on other type of persistence in case of eviction, or simply write on a file in the simplest form -- just an idea
atxlurkerabout 8 years ago
Does it include pub&#x2F;sub?
评论 #13735861 未加载
gunayarslanabout 8 years ago
I can try too.
eipabout 8 years ago
I want to try