LeaseKeepAlive keeps the lease alive by streaming keep alive requests from the client to the server and streaming keep alive responses from the server to the client.
LeaseLeases lists all existing leases.
LeaseRevoke revokes a lease. All keys attached to the lease will expire and be deleted.
LeaseTimeToLive retrieves lease information.
Generated using TypeDoc
LeaseGrant creates a lease which expires if the server does not receive a keepAlive within a given time to live period. All keys attached to the lease will be expired and deleted if the lease expires. Each expired key generates a delete event in the event history.