A few settings would affect this: bind and protected mode.
Find bind in your redis.conf file and change as follows:
bind 127.0.0.1 <your IP>
if you are not using password security, you'll have to turn off protected mode by changing:
protected-mode yes
To:
protected-mode no
Then restart redis.