ブックマーク / redis.io (1)

  • High availability with Redis Sentinel

    High availability for non-clustered Redis Redis Sentinel provides high availability for Redis when not using Redis Cluster. Redis Sentinel also provides other collateral tasks such as monitoring, notifications and acts as a configuration provider for clients. This is the full list of Sentinel capabilities at a macroscopic level (i.e. the big picture): Monitoring. Sentinel constantly checks if your

    miyakawa_taku
    miyakawa_taku 2017/10/02
    Redis Sentinel is for high availability via failover, not for sharding
  • 1