Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisList ¶
type RedisPubSub ¶
type RedisPubSub struct { Client *redis.Client Host string Port string Password string Key string // TLS EnableTLS *bool TLSInsecure *bool TLSCert *string TLSKey *string TLSCA *string }
func (*RedisPubSub) Cleanup ¶
func (d *RedisPubSub) Cleanup() error
func (*RedisPubSub) Init ¶
func (d *RedisPubSub) Init() error
func (*RedisPubSub) LoadEnv ¶
func (d *RedisPubSub) LoadEnv(prefix string) error
func (*RedisPubSub) LoadFlags ¶
func (d *RedisPubSub) LoadFlags() error
type RedisStream ¶
type RedisStream struct { Client *redis.Client Host string Port string Password string Key string ValueKeys []string MessageID *string // TLS EnableTLS *bool TLSInsecure *bool TLSCert *string TLSKey *string TLSCA *string }
func (*RedisStream) Cleanup ¶
func (d *RedisStream) Cleanup() error
func (*RedisStream) Init ¶
func (d *RedisStream) Init() error
func (*RedisStream) LoadEnv ¶
func (d *RedisStream) LoadEnv(prefix string) error
func (*RedisStream) LoadFlags ¶
func (d *RedisStream) LoadFlags() error
Click to show internal directories.
Click to hide internal directories.