pomerium/pkg/storage
Cuong Manh Le 05545b3e1d
pkg/storage/redis: do not use timeout to signal redis conn to stop (#1155)
Instead, we run the loop in goroutine, and when context was done,
closing the underlying connection of PubSubConn, so the Receive will
return.

Fixes #1154
2020-07-29 21:48:50 +07:00
..
inmemory pkg/storage: introduce storage.Backend Watch method (#1135) 2020-07-27 21:10:47 +07:00
redis pkg/storage/redis: do not use timeout to signal redis conn to stop (#1155) 2020-07-29 21:48:50 +07:00
storage.go pkg/storage: introduce storage.Backend Watch method (#1135) 2020-07-27 21:10:47 +07:00