Spaces:
Running
Running
alamin655
commited on
🧹 chore: make clippy happy (#386)
Browse files
src/cache/redis_cacher.rs
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
//! This module provides the functionality to cache the aggregated results fetched and aggregated
|
2 |
//! from the upstream search engines in a json format.
|
3 |
|
|
|
4 |
use error_stack::Report;
|
5 |
use futures::future::try_join_all;
|
6 |
-
use blake3::hash;
|
7 |
use redis::{aio::ConnectionManager, AsyncCommands, Client, RedisError};
|
8 |
|
9 |
use super::error::CacheError;
|
|
|
1 |
//! This module provides the functionality to cache the aggregated results fetched and aggregated
|
2 |
//! from the upstream search engines in a json format.
|
3 |
|
4 |
+
use blake3::hash;
|
5 |
use error_stack::Report;
|
6 |
use futures::future::try_join_all;
|
|
|
7 |
use redis::{aio::ConnectionManager, AsyncCommands, Client, RedisError};
|
8 |
|
9 |
use super::error::CacheError;
|