TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Redis 4.0 RC1 is out

285 点作者 djanowski超过 8 年前

14 条评论

dvirsky超过 8 年前
Personally, modules have been the thing I wanted most in redis for years, and it&#x27;s been a delightful experience working on modules for the past months. I really think it&#x27;s a game changer for redis and I can&#x27;t wait to see where this will take it in the coming years.<p>Some modules that are already out there (full disclosure - I work at Redis Labs and I&#x27;ve developed a couple of those):<p>* redis-cell - a rate limiter module <a href="https:&#x2F;&#x2F;github.com&#x2F;brandur&#x2F;redis-cell" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brandur&#x2F;redis-cell</a><p>* Redis Graph - a graph DB with a subset of Cipher for querying. <a href="https:&#x2F;&#x2F;github.com&#x2F;swilly22&#x2F;redis-module-graph" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;swilly22&#x2F;redis-module-graph</a><p>* RediSeach - fast full-text search engine with fuzzy auto-suggest. <a href="https:&#x2F;&#x2F;github.com&#x2F;RedisLabsModules&#x2F;RediSearch" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;RedisLabsModules&#x2F;RediSearch</a><p>* redis-ml: Machine learning models as redis data types. <a href="https:&#x2F;&#x2F;github.com&#x2F;RedisLabsModules&#x2F;redis-ml" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;RedisLabsModules&#x2F;redis-ml</a><p>* redablooms - scalable bloom filters <a href="https:&#x2F;&#x2F;github.com&#x2F;RedisLabsModules&#x2F;redablooms" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;RedisLabsModules&#x2F;redablooms</a><p>* Secondary indexes with a small subset of SQL for WHERE clauses. <a href="https:&#x2F;&#x2F;github.com&#x2F;RedisLabsModules&#x2F;secondary" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;RedisLabsModules&#x2F;secondary</a><p>* Time Series <a href="https:&#x2F;&#x2F;github.com&#x2F;saginoam&#x2F;RedisModuleTimeSeries" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;saginoam&#x2F;RedisModuleTimeSeries</a><p>PS If you&#x27;re interested in creating modules, we&#x27;ve started a community for module developers. <a href="https:&#x2F;&#x2F;groups.google.com&#x2F;forum&#x2F;#!forum&#x2F;redis-module-devs" rel="nofollow">https:&#x2F;&#x2F;groups.google.com&#x2F;forum&#x2F;#!forum&#x2F;redis-module-devs</a>
siscia超过 8 年前
I just started developing a redis module to use SQLite in redis[1].<p>Overall it is a great experience, I find the module interface really well done and extremely powerful.<p>I already saw other greats modules around and I can&#x27;t wait to see what the community will be able to come up with.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;siscia&#x2F;rediSQL" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;siscia&#x2F;rediSQL</a>
hackcrafter超过 8 年前
The new LRU algorithm (which he calls Last Frequently Used) is in this release.<p>I really enjoyed the blog post on it when it was developed [0].<p>Very cool to see a real-word pragmatic solutions to this common&#x2F;hard problem developed in the open (and in a very readable code-base). I&#x27;ve read through it thinking about my own LRU use in my own applications!<p><pre><code> There are only two hard things in Computer Science: cache invalidation and naming things. -- Phil Karlton </code></pre> [0] <a href="http:&#x2F;&#x2F;antirez.com&#x2F;news&#x2F;109" rel="nofollow">http:&#x2F;&#x2F;antirez.com&#x2F;news&#x2F;109</a>
评论 #13091226 未加载
rawnlq超过 8 年前
&gt; There are reasons why UNLINK is not the default for DEL. I know things… I can’t talk.<p>Doesn&#x27;t inspire confidence
评论 #13091370 未加载
kpcyrd超过 8 年前
<p><pre><code> antirez in commit 9d52411: Update linenoise to fix insecure redis-cli history file creation. 1 file changed, 6 insertions(+), 1 deletion(-) </code></pre> yey! This is the patch for CVE-2013-7458 fixed by debian in august. Details here: <a href="https:&#x2F;&#x2F;bugs.debian.org&#x2F;cgi-bin&#x2F;bugreport.cgi?bug=832460" rel="nofollow">https:&#x2F;&#x2F;bugs.debian.org&#x2F;cgi-bin&#x2F;bugreport.cgi?bug=832460</a>
logronoide超过 8 年前
&quot;Redis Cluster is now NAT &#x2F; Docker compatible.&quot;<p>Yeehaw!!!!!!!
评论 #13091355 未加载
wener超过 8 年前
If you&#x27;re interesrer in creating modules in golang, check <a href="https:&#x2F;&#x2F;github.com&#x2F;wenerme&#x2F;go-rm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wenerme&#x2F;go-rm</a><p>e.g. <a href="https:&#x2F;&#x2F;github.com&#x2F;redismodule" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;redismodule</a>
dahdum超过 8 年前
With AWS launching a bunch of cool stuff and now Redis 4 going into RC this week has felt like Christmas come early.<p>Antirez keeps adding features I didn&#x27;t know I always needed (ok...wanted), while keeping the same performant core.
cridenour超过 8 年前
Very excited to see what the community creates with the new module system. Have to imagine we will see very specific, high performance database and cache systems built on top of the rock solid core that is Redis.
jimmcslim超过 8 年前
Any links to the timeseries modules mentioned in the post? Have found some npm modules that wrap timeseries around the API, I think, but not any modules that are directly integrating with Redis.
评论 #13091908 未加载
davidbanham超过 8 年前
Great news, but more than any feature I&#x27;m excited that this might mean development on Disque is picked up again.
anorborg超过 8 年前
&quot;Release Candidate&quot;...that is a candidate for release. first words of article &quot;It’s not yet stable...&quot;. Not trying to troll, but come on
forgotlogin63超过 8 年前
Hoping the major version bump means he&#x27;s merged that tls patch
catalinbraescu2超过 8 年前
When will Redis get a Reactive driver (for example for Java)?