• If you are using Azure, and you have issues to connect, try to bind also youre Private IP (eg: 10.0.0.1) at /etc/redis.conf

    You get a “/etc/redis.conf” not found?
    Try (CentOS):

    # wget -r --no-parent -A 'epel-release-*.rpm' http://dl.fedoraproject.org/pub/epel/7/x86_64/e/
    # rpm -Uvh dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-*.rpm # Change * with the right path you get
    # yum install redis
    # nano /etc/redis.conf

    install Redis as a Service:
    # systemctl enable redis.service

    https://wordpress.org/plugins/redis-cache/

The topic ‘[Azure Hint]’ is closed to new replies.