From dd6bd6018d650ee4290a57b34d1ec47999b8d3d3 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Thu, 24 Oct 2019 15:32:53 +0200 Subject: [PATCH] ajout info pour binder sur plusieurs interfaces --- HowtoRedis.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HowtoRedis.md b/HowtoRedis.md index c8be0c19..a5a7ba99 100644 --- a/HowtoRedis.md +++ b/HowtoRedis.md @@ -92,6 +92,13 @@ redis> CONFIG get * 10) "0" ~~~ +### bind + +Pour écouter sur plusieurs interfaces : + +~~~ +bind 127.0.0.1 192.0.32.42 +~~~ ## Utilisation