All will instruct etcd to get all keys.
Runs the built request and returns the value of the returned key as a buffers.
catch implements Promiselike.catch()
count returns the number of keys that match the query.
Runs the built request and returns the raw response from etcd.
inRange instructs the builder to get keys in the specified byte range.
Runs the built request and parses the returned keys as JSON.
Keys returns an array of keys matching the query, as buffers.
Keys returns an array of keys matching the query.
Limit sets the maximum number of results to retrieve.
maxCreateRevision sets the maximum create revision of keys to return.
maxModRevision sets the maximum modified revision of keys to return.
minCreateRevision sets the minimum create revision of keys to return.
minModRevision sets the minimum modified revision of keys to return.
Runs the built request and returns the values of keys as numbers. May resolve to NaN if the keys do not contain numbers.
Returns the request op for this builder, used in transactions.
Sets the GRPC call options for this request.
Prefix instructs the query to scan for all keys that have the provided prefix.
revision is the point-in-time of the key-value store to use for the range.
serializable sets the range request to use serializable member-local reads.
Sort specifies how the result should be sorted.
Runs the built request and returns the value of the returned key as a
string, or null
if it isn't found.
then implements Promiselike.then()
Generated using TypeDoc
MultiRangeBuilder is a query builder that looks up multiple keys.