microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

Lose Cannot bind specific IP other than 127.0.0.1 #564

Open dogslife opened 6 years ago

dogslife commented 6 years ago

By default, 3.0.5 is open on all available interfaces. Trying to bind 192.168.1.2, restart the redis service, open the redis-cli and there is no prompt, simply a flashing carat. Client will not accept keyboard input. Revert back to default or bind to 127.0.0.1 and all works fine. This is also the same on version 3.2.1