--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
I see your point, but I am still curious about the number 3 and the need to shard by default.
Sharding is useful to scale wide, but for smaller usecase a single shard should be fine.
Also I am under the assumption that redis cluster replaces redis sentinel, am I wrong here?
I see your point, but I am still curious about the number 3 and the need to shard by default.
Sharding is useful to scale wide, but for smaller usecase a single shard should be fine.
Also I am under the assumption that redis cluster replaces redis sentinel, am I wrong here?
On Thu, Aug 7, 2014 at 2:34 PM, Anirudha Jadhav <anir...@nyu.edu> wrote:
...
Also I am under the assumption that redis cluster replaces redis sentinel, am I wrong here?
As far as I know, you are wrong.Salvatore has stated previously that standard Redis with or without sentinel will be a fully supported configuration for the foreseeable future. This was stated *years* ago, and I haven't read anything from Salvatore stating the contrary. If you have a tweet or blog post from Salvatore stating that Redis sentinel and standard Redis will be going away any time after Redis cluster is released, I'd love a link, because I must have missed it.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+u...@googlegroups.com.
To post to this group, send email to redi...@googlegroups.com.
Visit this group at http://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
is the following true?
Redis cluster with a single shard (*with hierarchical replication ) = redis sentinel
*not available yet in cluster, possibly not needed in a clustered setup anyways
I would want to understand why would people still need sentinel and have to manage extra operational overhead to maintain another process,what extra does it get you?