java.lang.Object
io.debezium.operator.api.model.source.storage.AbstractStore
io.debezium.operator.api.model.source.storage.RedisStore
All Implemented Interfaces:
ConfigMappable, Store
Direct Known Subclasses:
RedisOffsetStore, RedisSchemaHistoryStore

public class RedisStore extends AbstractStore
  • Field Details

    • address

      @JsonPropertyDescription("Redis host:port used to connect") private String address
    • user

      @JsonPropertyDescription("Redis username") private String user
    • password

      @JsonPropertyDescription("Redis password") private String password
    • sslEnabled

      @JsonPropertyDescription("Redis username") private boolean sslEnabled
    • key

      @JsonPropertyDescription("Redis hash key") private String key
    • wait

      @JsonPropertyDescription("Configures verification of replica writes") private RedisStoreWaitConfig wait
  • Constructor Details

    • RedisStore

      public RedisStore(String type)
  • Method Details