We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04f97c commit 038cd6aCopy full SHA for 038cd6a
monitor/redis/watcher.go
@@ -68,6 +68,7 @@ func (w *Watcher) getValues(ctx context.Context, ch chan<- []*change.Change) {
68
values, err := w.client.MGet(ctx, w.keys...).Result()
69
if err != nil {
70
log.Errorf("failed to MGET keys %v: %v", w.keys, err)
71
+ return
72
}
73
changes := make([]*change.Change, 0, len(w.keys))
74
0 commit comments