mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	feat(redis_interface): implement functions for HGET, HSET, HSETNX commands (#114)
				
					
				
			This commit is contained in:
		| @ -36,4 +36,12 @@ pub enum RedisError { | ||||
|     JsonSerializationFailed, | ||||
|     #[error("Failed to deserialize application type from JSON")] | ||||
|     JsonDeserializationFailed, | ||||
|     #[error("Failed to set hash in Redis")] | ||||
|     SetHashFailed, | ||||
|     #[error("Failed to set hash field in Redis")] | ||||
|     SetHashFieldFailed, | ||||
|     #[error("Failed to get hash field in Redis")] | ||||
|     GetHashFieldFailed, | ||||
|     #[error("The requested value was not found in Redis")] | ||||
|     NotFound, | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sanchith Hegde
					Sanchith Hegde