added cache, s3 to taskmanager, ask cache if result is the same, among others
This commit is contained in:
2
backend/cache/src/lib.rs
vendored
2
backend/cache/src/lib.rs
vendored
@@ -1,6 +1,6 @@
|
||||
pub use fred::{
|
||||
clients::Pool,
|
||||
interfaces::KeysInterface,
|
||||
interfaces::{ClientLike, KeysInterface},
|
||||
prelude::*,
|
||||
types::{Expiration, SetOptions},
|
||||
};
|
||||
|
Reference in New Issue
Block a user