catch implements Promiselike.catch()
exec runs the put request.
getPrevious instructs etcd to try to get the previous value of the key before setting it. One may not always be available if a compaction takes place.
Updates the key on its current lease, regardless of what that lease is.
Sets the lease value to use for storing the key. You usually don't
need to use this directly, use client.lease()
instead!
Returns the request op for this builder, used in transactions.
Sets the GRPC call options for this request.
then implements Promiselike.then()
Touch updates the key's revision without changing its value. This is equivalent to the etcd 'ignore value' flag.
value sets the value that will be stored in the key.
Generated using TypeDoc
PutBuilder builds a "put" request to etcd.