Last Updated: February 25, 2016
·
484
· leonogueira

Securing Redis Tip#1

In order to prevent unauthorised access to your redis server one option can be to deny connections from other address besides the local loopback interface. To do that use de bind configuration in your redis.conf:

bind 127.0.0.1

source: http://redis.io/topics/security