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
You cannot set redis to listen on specific multiple interfaces. If multiple interfaces are required just remove the bind line.
As @taro pointed out use firewall to restrict access.