mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
fix(cache): address in-memory cache invalidation using global tenant as key_prefix (#6976)
This commit is contained in:
@ -1383,7 +1383,7 @@ pub async fn success_based_routing_update_configs(
|
||||
let cache_entries_to_redact = vec![cache::CacheKind::SuccessBasedDynamicRoutingCache(
|
||||
cache_key.into(),
|
||||
)];
|
||||
let _ = cache::publish_into_redact_channel(
|
||||
let _ = cache::redact_from_redis_and_publish(
|
||||
state.store.get_cache_store().as_ref(),
|
||||
cache_entries_to_redact,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user