Versions in this module Expand all Collapse all v0 v0.16.2 Jan 18, 2022 v0.16.1 Dec 20, 2021 Changes in this version + type Watcher struct + func New(client redis.UniversalClient, pollInterval time.Duration, keys []string) (*Watcher, error) + func (w *Watcher) Watch(ctx context.Context, ch chan<- []*change.Change) error