mirror of
https://github.com/actix/examples
synced 2025-06-26 09:17:41 +02:00
add session ttl customization example
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
use actix_web::web::Data;
|
||||
use actix_web::{get, App, HttpServer};
|
||||
use actix_web::{get, web::Data, App, HttpServer};
|
||||
use redis_tang::{Builder, Pool, RedisManager};
|
||||
|
||||
#[actix_web::main]
|
||||
|
Reference in New Issue
Block a user