mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
session: Fix a typo in a link to actix-redis (#293)
This commit is contained in:
parent
da0a806e8d
commit
fb8a814acb
@ -99,7 +99,7 @@
|
|||||||
//! actix-session = { version = "...", features = ["cookie-session"] }
|
//! actix-session = { version = "...", features = ["cookie-session"] }
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! - a Redis-based backend via [`actix-redis`](https://docs.rs/acitx-redis),
|
//! - a Redis-based backend via [`actix-redis`](https://docs.rs/actix-redis),
|
||||||
//! [`RedisActorSessionStore`], using the `redis-actor-session` feature flag.
|
//! [`RedisActorSessionStore`], using the `redis-actor-session` feature flag.
|
||||||
//!
|
//!
|
||||||
//! ```toml
|
//! ```toml
|
||||||
|
Loading…
Reference in New Issue
Block a user