Discussion:
[redis-db] is there a `safer` way to manually failover redis master
patpatbear
2018-11-19 01:35:14 UTC
Permalink
we are using `sentinel failover` to manually switch master to slave when
upgrading or migrating online.

we are aware that there is a gap between redis-master and redis-slave
(becase of the async replication).

to ensure that this gap caused no critical issue, we need to observe app
behavior, check app logs.

so i wonder if there is a 'safer' way to manually switch master .

BTW, we are using a redis 2.8 fork.
--
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+***@googlegroups.com.
To post to this group, send email to redis-***@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
Loading...