ListKeys will return KeyLister, allowing to retrieve all keys from the key value store in a streaming fashion (on a channel). Note: On buckets with a large number of keys and frequent writes, duplicate keys may be reported during listing.
(ctx context.Context, opts ...WatchOpt)
| 181 | // Note: On buckets with a large number of keys and frequent writes, |
| 182 | // duplicate keys may be reported during listing. |
| 183 | ListKeys(ctx context.Context, opts ...WatchOpt) (KeyLister, error) |
| 184 | |
| 185 | // ListKeysFiltered returns a KeyLister for filtered keys in the bucket. |
| 186 | // Note: On buckets with a large number of keys and frequent writes, |
no outgoing calls