Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Till Krüss

    (@tillkruess)

    I don’t, but give it a try and let me know!

    FYI, It works… “BUT” ??

    I made it work using:

    define('WP_REDIS_CLIENT', 'predis');
    define('WP_REDIS_HOST', '<URL>');
    define('WP_REDIS_PORT', <SECURE/SSL PORT>);
    define('WP_REDIS_PASSWORD', '<KEY>');
    define('WP_REDIS_SCHEME', 'tls');

    But the UI does not show the host name or port number any more… it says CONNECTED and DEBUG BAR shows that it is working, but this plugin dashboard only shows: “Alias, Protocol, Database and Password”

    Daniel.

    Thread Starter Daniel Hendricks

    (@hendridm)

    Thanks mate! I appreciate the heads up! It would be cool to get that changed. I’ll have to play with it, just didn’t have time since I last posted.

    Thanks again,
    Daniel

    Plugin Author Till Krüss

    (@tillkruess)

    @dulfe: I’ll fix that in the next release.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Compatible with remote Redis over SSL?’ is closed to new replies.