Pagoda panel installation and remote connection Redis

1. Redis installed in pagoda panel.

2. Modify Redis configuration:

        a: The bind 127.0.0.1 modified to bind 0.0.0.0

        b: The requirepass foobared Redis instead of foobared need to set up their own password

        c: Restart Redis

3. Install Redis extension in PHP installed.

4. In the panel in the security configuration, open the respective port Redis (Redis using port 6379, to open the port 6379).

5. Go service provider there, Redis open the appropriate ports, configure security group (Redis using port 6379, the port will open 6379), you can

Guess you like

Origin blog.csdn.net/weixin_34038652/article/details/90873958