Interface Database.UpdateStages.WithClientProtocol

  • All Known Subinterfaces:
    Database.Update
    Enclosing interface:
    Database.UpdateStages

    public static interface Database.UpdateStages.WithClientProtocol
    The stage of the Database update allowing to specify clientProtocol.
    • Method Detail

      • withClientProtocol

        Database.Update withClientProtocol​(Protocol clientProtocol)
        Specifies the clientProtocol property: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted..
        Parameters:
        clientProtocol - Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.
        Returns:
        the next definition stage.