Redis bind to more than one IP

前端 未结 7 1018
生来不讨喜
生来不讨喜 2020-12-29 01:15

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

7条回答
  •  情话喂你
    2020-12-29 02:08

    Since:

    --[ Redis 2.8 Release Candidate 1 (2.7.101) ] Release date: 18 Jul 2013

    you can:

    • [NEW] Ability to bind multiple IP addresses.

    Cheers!!

提交回复
热议问题