plano/crates/brightstaff
Spherrrical 5b776dbf56 fix(brightstaff): enable TLS for redis session cache
Turn on the redis crate's tokio-rustls-comp + tls-rustls-webpki-roots
features so rediss:// URLs in routing.session_cache.url actually
negotiate TLS. Previously connecting to a TLS Redis failed with
"can't connect with TLS, the feature is not enabled".

Uses pure-Rust rustls + bundled Mozilla CA roots, so no system OpenSSL
dependency is needed in the slim runtime image. Works with managed
Redis (ElastiCache, Azure Cache, Redis Cloud, Upstash, etc.) out of
the box.
2026-04-30 10:58:32 -07:00
..
src signals: restore the pre-port flag marker emoji (🚩) (#913) 2026-04-24 13:54:53 -07:00
Cargo.toml fix(brightstaff): enable TLS for redis session cache 2026-04-30 10:58:32 -07:00