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
Written by Leonardo Nogueira
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Security
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#