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.