diff --git a/cmd/eksterd/memory.go b/cmd/eksterd/memory.go index 9cf5c8e..b00ac38 100644 --- a/cmd/eksterd/memory.go +++ b/cmd/eksterd/memory.go @@ -116,6 +116,8 @@ func (b *memoryBackend) refreshChannels() { defer conn.Close() conn.Do("DEL", "channels") + + conn.Do("SADD", "channels", "notifications") conn.Do("SETNX", "channel_sortorder_notifications", 1) b.lock.RLock()