feat: add accounts in-memory cache (#1086)

This commit is contained in:
Kartikeya Hegde
2023-05-15 18:03:49 +05:30
committed by GitHub
parent f31926b833
commit da4d721424
8 changed files with 150 additions and 31 deletions

View File

@ -58,4 +58,6 @@ pub enum RedisError {
SubscribeError,
#[error("Failed to publish to a channel")]
PublishError,
#[error("Failed while receiving message from publisher")]
OnMessageError,
}