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