mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	fix: don't panic in redis library on creating connection pool (#494)
This commit is contained in:
		| @ -52,4 +52,6 @@ pub enum RedisError { | ||||
|     NotFound, | ||||
|     #[error("Invalid RedisEntryId provided")] | ||||
|     InvalidRedisEntryId, | ||||
|     #[error("Failed to establish Redis connection")] | ||||
|     RedisConnectionError, | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kartikeya Hegde
					Kartikeya Hegde