Fake Mirrors
    Preparing search index...

    Class RedisDatabaseConnector

    Redis database connector implementation.

    Implements

    Constructors

    Methods

    • Retrieves the underlying connection object.

      This method uses a type assertion to return the connection as the requested type. It is the caller's responsibility to ensure the correct type is used.

      Type Parameters

      • T

        The expected type of the connection

      Returns T

      The database connection cast to type T