class RedisClient

def raw_connection

Experimental RBS support (using type sampling data from the type_fusion project).

def raw_connection: () -> untyped

This signature was generated using 2 samples from 1 application.

def raw_connection
  if @raw_connection.nil? || !@raw_connection.revalidate
    connect
  end
  @raw_connection
end