Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 440 Bytes

File metadata and controls

20 lines (12 loc) · 440 Bytes

DestinationRedisSSLModes

SSL connection modes.

  • verify-full - This is the most secure mode. Always require encryption and verifies the identity of the source database server

    Supported Types

    models.DestinationRedisDisable

    value: models.DestinationRedisDisable = /* values here */

    models.DestinationRedisVerifyFull

    value: models.DestinationRedisVerifyFull = /* values here */