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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Redis 2.6.0 RC1 Released

77 点作者 ksri大约 13 年前

5 条评论

pjscott大约 13 年前
Lua scripting! Once people figure out what Redis' Lua scripting is good for, and it gets in a stable release, it's going to set the world on fire. In a good way.<p>When one of the services I work on was having huge performance problems, and nothing I did seemed to make it fast enough, I realized that the main data-manipulation logic -- previously a combination of Python and SQL -- could be rewritten as a Lua script in Redis. I learned the basics of Lua in about an hour, migrated the data over to Redis, made the necessary changes to the code, and everything worked beautifully. Months of crippling speed problems vanished in a single long day.<p>Redis 2.6 saved my ass. Now, when I need to store data, it's always one of the first things to come to mind, since I know I can count on it to be fast, solid, and flexible enough to do all sorts of things.
评论 #3900857 未加载
评论 #3901078 未加载
ksri大约 13 年前
Great job antirez and Pieter!<p>Super excited because of what's <i>not</i> mentioned in the release notes. With 2.6 out of the door, I am sure antirez and Pieter can concentrate on redis sentinel (for high availability) and redis cluster.
ajays大约 13 年前
Redis is amazing. But I don't see much discussion about its pubsub capabilities. Are there any real-world stories of how well it scales, and how much pubsub traffic a single server can handle?
评论 #3899850 未加载
评论 #3900689 未加载
评论 #3899646 未加载
评论 #3899746 未加载
评论 #3900903 未加载
orthecreedence大约 13 年前
Scripting with Lua is a really cool addition. Adding scripting to an already awesome datastore like redis just makes it that much more flexible. I'm interested to see what types of things people do with this added functionality.
tantalor大约 13 年前
Does this release support "read-only" slaves?
评论 #3900671 未加载