top | item 3111712

Redis 2.4.0 final was just released

59 points| spahl | 14 years ago |raw.github.com | reply

27 comments

order
[+] cyanbane|14 years ago|reply
Yesterday I was working on getting redis setup on a windows box. First time I have ever used it. There was a service config error on my part but before I figured it out I posted to twitter with a little passive aggressive spot asking "redis, why can't we just be friends?" Almost immediately after posting the tweet I figured out what was going on, and made the correction. Less than 12 min later I get a reply on twitter from some guy named @antirez asking if he could help.

I mentioned to him that I already figured out what was up but thanked him regardless. A few min later he replied that if I needed anything else to let him know.

I have asked for and received help on topics before on twitter, but never really had anyone contact me after I was just kinda being an ass.

http://twitter.theinfo.org/124568006838845440

last night I looked up @antirez and found he is (one of?) the authors of redis. I can see confirmation here with his notes on this post. Now that I know it was a day before a release his offer makes me smile even more. Kudos to he (and his team?). The overt gesture stuck with me since and made me much more willing to help out other people. Congrats on release and just being an all around nice guy yesterday to some guy whom you had never met and who was being a bit snarky.

[+] zaph0d|14 years ago|reply
Redis has more than one contributors, but the founder and lead developer of Redis is Salvatore Sanfilippo aka @antirez. He is clearly a programming God.
[+] willbmoss|14 years ago|reply
We (Bump) have found two bugs in Redis and both times we've worked closely with Salvatore and had them fixed in less than 48 hours. He's a great programmer who really cares about the product.
[+] antirez|14 years ago|reply
Possibly not clear from the title: 2.4.0 final was just released. All the new users are strongly encouraged to use this instead of 2.2.x.

Existing users should plan an upgrade to 2.4 if possible in order to take advantage of the new features.

A list of improvements is available here: http://antirez.com/post/everything-about-redis-24.html

[+] masklinn|14 years ago|reply
Also possibly not clear from the title: that it's about redis. I was a bit confused (though it worked as click-bait)
[+] mamp|14 years ago|reply
Great news. The 2.4 rc11 release has been stable in my experience, I'm looking forward to the update. Thank you for all your work on redis.
[+] tdoggette|14 years ago|reply
Definitely not clear from the title: This is Redis 2.4.0.
[+] sehugg|14 years ago|reply
Redis is one of the most stable components of our architecture -- thanks for the great work.

We're probably going to run it as a slave for awhile w/ a 2.2 master -- will be interesting to see how much memory we save, especially with copy-on-write improvements.

[+] w-ll|14 years ago|reply
"Yes, we added two million items into a list in 1.28 seconds, with a networking layer between us and the server. Just saying... "
[+] Palomides|14 years ago|reply
2.4.0 release of what? might want to put something more in the title
[+] antirez|14 years ago|reply
I think the author forgot "Redis" when editing the title to add "final".
[+] NyxWulf|14 years ago|reply
@antirez and the Redis team.

Thank you for the wonderful work you do. Redis is an integral part of our infrastructure, and we have truly enjoyed working with it.

[+] maushu|14 years ago|reply
It's a shame that Redis development is focused more on keeping the data on memory than using the hard drive.

Really bad for people like me that use VPSes with low memory but decent hd space. (eg: 512MB RAM vs 20GB HD)

[+] gtuhl|14 years ago|reply
I think the focus on in-memory only is what makes Redis great and I hope they never change.

It lives on that requirement and is incredibly stable and fast. I don't want another half-baked data store that technically "works" on disk but only as long as your volume is completely trivial. There are plenty of those if capacity is a dominating concern.