mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat: add accounts in-memory cache (#1086)
This commit is contained in:
@ -58,4 +58,6 @@ pub enum RedisError {
|
||||
SubscribeError,
|
||||
#[error("Failed to publish to a channel")]
|
||||
PublishError,
|
||||
#[error("Failed while receiving message from publisher")]
|
||||
OnMessageError,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user