Interface RedisCache.UpdateStages.WithNonSslPort
-
- All Known Subinterfaces:
RedisCache.Update
- Enclosing interface:
- RedisCache.UpdateStages
public static interface RedisCache.UpdateStages.WithNonSslPortA Redis Cache update allowing non SSL port to be enabled or disabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedisCache.UpdatewithNonSslPort()Enables non-ssl Redis server port (6379).RedisCache.UpdatewithoutNonSslPort()Disables non-ssl Redis server port (6379).
-
-
-
Method Detail
-
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.
-
-