and remove old import

This commit is contained in:
Bryan Stitt 2022-08-17 21:43:15 +00:00
parent bac86e4729
commit 2963aa153b

View File

@ -3,10 +3,8 @@ mod errors;
use anyhow::Context;
use bb8_redis::redis::pipe;
use num::Integer;
use std::ops::Add;
use std::time::{Duration, Instant, SystemTime, UNIX_EPOCH};
use tracing::info;
pub use crate::errors::{RedisError, RedisErrorSink};
pub use bb8_redis::{bb8, redis, RedisConnectionManager};