top | item 21836364

Redis 6 RC1 is out today

72 points| magnetised | 6 years ago |antirez.com

11 comments

order

russnewcomer|6 years ago

Really appreciate that @antirez takes the time to add features in a way that doesn’t negatively impact old features where possible, for example if I don’t want to use ACL, I don’t have to jump through hoops or assign universal high level access that I have to undo later. Thanks!

core-questions|6 years ago

Much love for the hard work of @antirez and the whole team, such an incredible and usually bulletproof part of everyone's infrastructure.

booped|6 years ago

Thanks for updating Disque, @antirez. I've been watching the GitHub issues and Twitter like a hawk. :)

xfalcox|6 years ago

Can't wait for Threaded I/O as our app main bottleneck in some deployments was Redis.

antirez|6 years ago

Threading can help up to a given point but sharing is the way to go.

benatkin|6 years ago

This got me thinking about using Redis and I needed a review of what is open source and what isn't: https://redislabs.com/legal/licenses/

antirez|6 years ago

All Redis 6 is BSD licensed. The Disque module and the Cluster Proxy are AGPL. The link you posted is only relevant for the Redis Labs commercial modules that are not part of this release.