• Resolved bzik

    (@bzik)


    Can you please add schema support for connection to Redis in Cache_Redis.php file?

    Just need to change line
    list( $ip, $port ) = explode( ':', $server );

    to
    list( $ip, $port ) = preg_split( '~:(?=[^:]*$)~', $server );

    Example server string:
    tls://127.0.0.1:6379

    I need it to use with DigitalOcean managed Redis, it’s using TLS by default and no options to switch it off.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @bzik

    Thank you for your suggestion.
    I’ve created a GitHub issue in our Public repository on your behalf. We will add tls support for Redis. Please make sure to follow the Github Issue regularly to check the progress.
    Once again thank you for your suggestion!

    Thread Starter bzik

    (@bzik)

    Thank you for so fast response! Best plugin for WP ever.

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @bzik

    You are most welcome!
    We would really appreciate it if you could take a minute and post a review here. This will help us to continue offering a top-notch product to users. Thank you for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add tls support for Redis’ is closed to new replies.