sous-parties pour Sentinel

This commit is contained in:
jlecour 2023-09-26 11:26:56 +02:00
parent a91c97866a
commit bb74e719a1

View file

@ -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 :
~~~