In the redis.conf the normal setting is
bind 127.0.0.1
I want redis to listen to another ip too (say my local development address)
I tried
b
The only way this worked for me, was by adding separate lines:
bind 111.222.33.44 bind 127.0.0.1 ::1