diff --git a/HowtoRedis.md b/HowtoRedis.md index a667e1ee..a5cd4917 100644 --- a/HowtoRedis.md +++ b/HowtoRedis.md @@ -432,6 +432,8 @@ Group=redis WantedBy=multi-user.target ~~~ +### Configuration + Créer ensuite le fichier de configuration suivant dans `/etc/redis/sentinel.conf` : ~~~ @@ -453,6 +455,8 @@ Sentinel doit pouvoir ecrire dans son fichier de configuration : chown redis: /etc/redis/sentinel.conf ~~~ +### Utilisation + Quelques commandes Sentinel utiles : ~~~