WatchAll will watch for any updates to all keys. It can be configured with the same options as Watch.
(ctx context.Context, opts ...WatchOpt)
| 166 | // WatchAll will watch for any updates to all keys. It can be configured |
| 167 | // with the same options as Watch. |
| 168 | WatchAll(ctx context.Context, opts ...WatchOpt) (KeyWatcher, error) |
| 169 | |
| 170 | // WatchFiltered will watch for any updates to keys that match the keys |
| 171 | // argument. It can be configured with the same options as Watch. |
no outgoing calls