次の方法で共有


IWithNonSslPort インターフェイス

定義

非 SSL ポートを有効または無効にできる Redis Cache 更新。

public interface IWithNonSslPort
type IWithNonSslPort = interface
Public Interface IWithNonSslPort
派生

メソッド

WithNonSslPort()

非 ssl Redis サーバー ポート (6379) を有効にします。

WithoutNonSslPort()

非 ssl Redis サーバー ポート (6379) を無効にします。

適用対象