mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	feat: Add support for a redis pubsub interface (#614)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
		| @ -54,4 +54,8 @@ pub enum RedisError { | ||||
|     InvalidRedisEntryId, | ||||
|     #[error("Failed to establish Redis connection")] | ||||
|     RedisConnectionError, | ||||
|     #[error("Failed to subscribe to a channel")] | ||||
|     SubscribeError, | ||||
|     #[error("Failed to publish to a channel")] | ||||
|     PublishError, | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kartikeya Hegde
					Kartikeya Hegde