1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-01 20:25:09 +02:00

Documentation update: RedisSessionBackend is renamed to RedisSession

This commit is contained in:
mait
2020-05-15 14:14:43 +03:00
parent 8bf33648ce
commit f3eaf5640c
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ use crate::redis::{Command, RedisActor};
/// Use redis as session storage.
///
/// You need to pass an address of the redis server and random value to the
/// constructor of `RedisSessionBackend`. This is private key for cookie
/// constructor of `RedisSession`. This is private key for cookie
/// session, When this value is changed, all session data is lost.
///
/// Constructor panics if key length is less than 32 bytes.