Live data from Hacker News

Redis 3.0.0 is out

groups.google.com

11–20 of 80 posts

Re: Redis 3.0.0 is out

#13
post #9
post #6

Earlier quoted context omitted.

You fogot: WARNING: Redis 3.0 is currently a BETA not suitable for production environments.

I think he just forgot to remove that from the changelog as this is indeed marked as a stable release now, except possibly for the cluster feature.

Sorry, stale warning removed.

Re: Redis 3.0.0 is out

#14

For lazy readers: CLUSTERING!

   Maybe it works great from day one,
   maybe it will need a few more iterations, 
   and possibly with 3.2 we'll improve support for many stuff, 
   but my guess is that Redis 3.0.0 today, in some way, changes what Redis is.

Re: Redis 3.0.0 is out

#17
post #14

For lazy readers: CLUSTERING!

Maybe it works great from day one, maybe it will need a few more iterations, and possibly with 3.2 we'll improve support for many stuff, but my guess is that Redis 3.0.0 today, in some way, changes what Redis is.

It's software. Everybody knows how it works :)

Re: Redis 3.0.0 is out

#18
(To note, I have limited experience with using Redis. My questions may be stupid.)

As far as I can tell, most of the advantages of Redis come from the fact that it's all held in memory and so access is fast. Is networked access to other parts of the cluster quick enough that it is quicker than storing the data on one computer, partly on disk? When would one want to use a Redis cluster rather than something stored on-disk and cached in memory?

Re: Redis 3.0.0 is out

#20
post #8

I just hope it's not an April's fool joke

The author wrote this on twitter: https://twitter.com/antirez/status/583279481453936640

"p.s. no April fools here. 1 year ago I released HyperLogLog, today 3.0.0, just to contrast with some shit done this April fool lameness."

Post reply on HN