A few days ago, Redis 2.4.0, then Redis 2.4.1, have been released with some important changes since the 2.2 branch :
- a bunch of optimizations for both size and speed
- improved RDB persistence
- deprecated VM
- no Redis cluster
- no scripting
I’m proud to announce that packages of Redis 2.4.1 are now available on Dotdeb for Debian 6.0 “Squeeze” amd64/i386.
(You’ll find everything you want to know about Redis 2.4 on this blog post, by antirez. Please read it carefully before upgrading.)
3 replies on “Redis 2.4.1 is out!”
I just upgraded from 2.2 to 2.4, it works great except one thing: http://serverfault.com/questions/324807/empty-pid-created-by-redis-2-4-on-debian-dotdeb
Do you have any idea on this?
Thanks for your great work, as always!
Solved: I needed to specify pidfile in redis.conf. My conf file on 2.2 didn’t have the pidfile directive and it worked just fine, but it seems we need to add it explicitly on 2.4.
Indeed I am about to be curious of the Redis cluster. I will look forward to browse it the page of it. Kind interesting to know it much! Thanks and it is pretty good.