Condividi tramite


IWithNonSslPort Interface

Definition

A Redis Cache update allowing non SSL port to be enabled or disabled.

public interface IWithNonSslPort
type IWithNonSslPort = interface
Public Interface IWithNonSslPort
Derived

Methods

WithNonSslPort()

Enables non-ssl Redis server port (6379).

WithoutNonSslPort()

Disables non-ssl Redis server port (6379).

Applies to