Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.05 KB

RedisEventSource.md

File metadata and controls

20 lines (13 loc) · 1.05 KB

RedisEventSource

RedisEventSource describes an event source for the Redis PubSub. More info at https://godoc.org/github.com/go-redis/redis#example-PubSub

Properties

Name Type Description Notes
tls io.argoproj.events.models.common.TLSConfig [optional]
filter EventSourceFilter [optional]
db Integer DB to use. If not specified, default DB 0 will be used. [optional]
namespace String Namespace to use to retrieve the password from. It should only be specified if password is declared [optional]
channels List<String>
hostAddress String HostAddress refers to the address of the Redis host/server
password V1SecretKeySelector [optional]
metadata Map<String, String> Metadata holds the user defined metadata which will passed along the event payload. [optional]