mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	refactor(redis): invoke redis_conn() method instead of cloning redis_conn property in StorageInterface (#1552)
				
					
				
			Co-authored-by: jeeva <jeeva.ramu@codurance.com> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
		| @ -470,7 +470,7 @@ mod tests { | ||||
|     async fn test_api_keys_cache() { | ||||
|         let db = MockDb::new(&Default::default()).await; | ||||
|  | ||||
|         let redis_conn = db.get_redis_conn(); | ||||
|         let redis_conn = db.get_redis_conn().unwrap(); | ||||
|         redis_conn | ||||
|             .subscribe("hyperswitch_invalidate") | ||||
|             .await | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jeeva
					Jeeva