prorm API Reference
    Preparing search index...

    Interface EtcdPutOptions

    Options for put().

    interface EtcdPutOptions {
        lease?: string | number;
    }
    Index
    lease?: string | number

    Associate the key with an existing lease (see grantLease()), so it expires when the lease does.