diff --git a/seed/redis/DEBUG.md b/seed/redis/DEBUG.md index 9b911e7c..caf0da57 100644 --- a/seed/redis/DEBUG.md +++ b/seed/redis/DEBUG.md @@ -3,3 +3,16 @@ redis-cli -a FFCHtN-HWO_X6-bVaXgw MONITOR Puis naviger sur l'application + + +# PING + +(après avoir copier les certifs du clients) +redis-cli --tls -a BZET2ptPyGw6ufYG0-iG --cacert /etc/pki/ca-trust/source/anchors/ca_Redis.crt --cert /usr/local/lib/redis.crt --key /usr/local/lib/redis.key -p 6380 PING + +# Mode debug + +sed -i "s/loglevel notice/loglevel debug/g" /etc/redis/redis.conf +systemctl restart redis + +