NAME
Etcd3::KV
DESCRIPTION
Key Value role providing easy access to Put and Range classes
PUBLIC METHODS
range
Range gets the keys in the range from the key-value store.
$etcd->range({key =>'test0', range_end => 'test100'})
put
Put puts the given key into the key-value store. A put request increments the revision of the key-value store and generates one event in the event history.
$etcd->range({key =>'test0', range_end => 'test100'})