Fix Stoplight errors when using REDIS_NAMESPACE (#34126)
				
					
				
			This commit is contained in:
		@@ -5,6 +5,10 @@ class Redis
 | 
				
			|||||||
    def exists?(...)
 | 
					    def exists?(...)
 | 
				
			||||||
      call_with_namespace('exists?', ...)
 | 
					      call_with_namespace('exists?', ...)
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    def with
 | 
				
			||||||
 | 
					      yield self
 | 
				
			||||||
 | 
					    end
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user