WatchKey calls f whenever the value stored under key changes.
(ctx context.Context, key string, f func(any) bool)
| 112 | |
| 113 | // WatchKey calls f whenever the value stored under key changes. |
| 114 | WatchKey(ctx context.Context, key string, f func(any) bool) |
| 115 | |
| 116 | // WatchPrefix calls f whenever any value stored under prefix changes. |
| 117 | WatchPrefix(ctx context.Context, prefix string, f func(string, any) bool) |
no outgoing calls