79143959

Date: 2024-10-31 08:35:40
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yaseen