Interface RedisCache.UpdateStages.WithNonSslPort
- All Known Subinterfaces:
RedisCache.Update
- Enclosing interface:
RedisCache.UpdateStages
public static interface RedisCache.UpdateStages.WithNonSslPort
A Redis Cache update allowing non SSL port to be enabled or disabled.
-
Method Summary
Modifier and TypeMethodDescriptionEnables non-ssl Redis server port (6379).Disables non-ssl Redis server port (6379).
-
Method Details
-
withNonSslPort
RedisCache.Update withNonSslPort()Enables non-ssl Redis server port (6379).- Returns:
- the next stage of Redis Cache update.
-
withoutNonSslPort
RedisCache.Update withoutNonSslPort()Disables non-ssl Redis server port (6379).- Returns:
- the next stage of Redis Cache update.
-