1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-09-02 04:56:38 +02:00

Deploying to gh-pages from @ actix/actix-extras@931c4eea4d 🚀

This commit is contained in:
github-merge-queue[bot]
2024-06-09 19:27:55 +00:00
parent 7b9c28214c
commit 642be3c8b7
20 changed files with 50 additions and 29 deletions

File diff suppressed because one or more lines are too long

View File

@@ -27,7 +27,7 @@
.<span class="kw">await
</span>}</code></pre></div>
<h2 id="tls-support"><a class="doc-anchor" href="#tls-support">§</a>TLS support</h2>
<p>Add the <code>redis-rs-tls-session</code> feature flag to enable TLS support. You can then establish a TLS
<p>Add the <code>redis-rs-tls-session</code> or <code>redis-rs-tls-session-rustls</code> feature flag to enable TLS support. You can then establish a TLS
connection to Redis using the <code>rediss://</code> URL scheme:</p>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>actix_session::{storage::RedisSessionStore};