Skip to main content

fr_rust/redis/
mod.rs

1pub mod redis;
2pub use redis::{RedisManager, RedisManagerError};
3
4// Re-export AsyncCommands from the external redis crate
5pub use deadpool_redis::redis::AsyncCommands;