RedisCache.UpdateStages.WithNonSslPort Interface

public static interface RedisCache.UpdateStages.WithNonSslPort

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

Method Summary

Modifier and Type Method and Description
abstract Update withNonSslPort()

Enables non-ssl Redis server port (6379).

abstract Update withoutNonSslPort()

Disables non-ssl Redis server port (6379).

Method Details

withNonSslPort

public abstract RedisCache.Update withNonSslPort()

Enables non-ssl Redis server port (6379).

Returns:

the next stage of Redis Cache update.

withoutNonSslPort

public abstract RedisCache.Update withoutNonSslPort()

Disables non-ssl Redis server port (6379).

Returns:

the next stage of Redis Cache update.

Applies to