mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
chore: remove redundant caching code (#4804)
This commit is contained in:
@ -22,7 +22,7 @@ use storage_impl::RouterStore;
|
||||
use tokio::sync::oneshot;
|
||||
|
||||
pub use self::{api::*, encryption::*};
|
||||
use crate::{configs::Settings, consts, core::errors};
|
||||
use crate::{configs::Settings, core::errors};
|
||||
|
||||
#[cfg(not(feature = "olap"))]
|
||||
pub type StoreType = storage_impl::database::store::Store;
|
||||
@ -68,7 +68,7 @@ pub async fn get_store(
|
||||
&config.redis,
|
||||
master_enc_key,
|
||||
shut_down_signal,
|
||||
consts::PUB_SUB_CHANNEL,
|
||||
storage_impl::redis::cache::PUB_SUB_CHANNEL,
|
||||
)
|
||||
.await?
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user