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 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.