-
Improvement
-
Resolution: Fixed
-
Minor
-
3.8
-
MOODLE_38_STABLE
-
MOODLE_404_STABLE
-
Issue created because @ MDL-66139 it was detected that our redis cache store does not support:
- tls:// connections (existing in older versions). Provides encrypted connections.
- unix:// connections (new since php-redis v5). Provides relative unix sockets.
(ref: https://github.com/phpredis/phpredis#connect-open)
So, this is about:
1) consider if it's worth supporting them.
2) implement them once agreed.
Also, worth noting that the same connection options should be working for redis sessions (haven't verified if they are already supported or no).
Ciao
- has been marked as being related by
-
MDL-82228 cannot use unix:// scheme when using Redis cache store
- Closed
-
MDL-79439 PR only: MDL-66546 - Add support to unix:// connections to redis caching/sessions.
- Closed
-
MDL-79837 PR only: MDL-66546 (2) - Add support to unix:// connections to redis caching/sessions.
- Closed
- split from
-
MDL-66139 Verify Moodle works / passes ok using Redis 5 extension
- Closed
- will be (partly) resolved by
-
MDL-72622 Support TLS connections for Redis
- Closed