18
0
Fork 0

Ajout commande pour se conncter en cli en multi instances

This commit is contained in:
whirigoyen 2023-01-06 11:28:25 +01:00
parent 1210e0f395
commit 23ee46fd1f
1 changed files with 7 additions and 0 deletions

View File

@ -326,6 +326,13 @@ systemctl enable redis-server@instance1
systemctl disable redis-server@instance1
~~~
Pour s'y connecter en CLI :
~~~
redis-cli -p <INSTANCE_PORT>
redis-cli -s <INSTANCE_SOCKET>
~~~
## Sauvegardes