pstaender / silverstripe-redis-cache

Enables Redis cache for SilverStripe
11 stars 5 forks source link

SSL? #11

Closed theTigerDuck closed 6 months ago

theTigerDuck commented 6 months ago

I have a REDIS_URL like rediss://PASSWORD@HOST:PORT but it's not working. In my php ini session.save_path is tls://HOST:PORT?auth=PASSWORD but as REDIS_URL it's also not working.

theTigerDuck commented 6 months ago

It's working:


      parameters:
        scheme: 'tls'
        host: 'my-host.cloud'
        port: 12345
        password: 'abcd'