parent
cf28f21351
commit
bf4b5edb38
|
@ -5,8 +5,10 @@ use redis::{aio::MultiplexedConnection, AsyncCommands, Client as RedisClient};
|
|||
use std::{env, time::Duration};
|
||||
use tokio::time::interval;
|
||||
use std::collections::HashMap;
|
||||
use log::info;
|
||||
use crate::s3_utils::get_s3_filelist;
|
||||
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct AppState {
|
||||
pub redis: MultiplexedConnection,
|
||||
|
|
Loading…
Reference in New Issue
Block a user