You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user has to supply that he wants redis_tokio and either redis_tokio_native-tls or redis_tokio_rustls. This way he/she can choose. But an extra feature flag could also be useful.
The text was updated successfully, but these errors were encountered:
rbozan
changed the title
Rustls support
Rustls support for Redis
Nov 6, 2024
Hi, using cached and Redis now forces you to have OpenSSL. An alternative to OpenSSL is Rustls, which does not need any extra library.
I suggest something like this:
The user has to supply that he wants
redis_tokio
and eitherredis_tokio_native-tls
orredis_tokio_rustls
. This way he/she can choose. But an extra feature flag could also be useful.The text was updated successfully, but these errors were encountered: