Redis - Connect to Remote Server

前端 未结 7 486
悲&欢浪女
悲&欢浪女 2020-12-04 05:31

I\'ve just install Redis succesfully using the instructions on the Quick Start guide on http://redis.io/topics/quickstart on my Ubuntu 10.10 server. I\'m running the service

7条回答
  •  遥遥无期
    2020-12-04 06:10

    In addition to the excellent answer given by Orabîg:

    I resolved this issue by removing the bind section entirely and setting protected-mode to no.

    #bind 127.0.0.1
    protected-mode no
    

    Never use this method on publicly exposed servers.

提交回复
热议问题