The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Consul::API::KV - Key/value store API

SYNOPSIS

    use Consul;
    my $kv = Consul->kv;

DESCRIPTION

The KV API is used to access Consul's simple key/value store, useful for storing service configuration or other metadata.

This API is fully documented at https://www.consul.io/docs/agent/http/kv.html.

METHODS

get

get_all

put

delete

keys

SEE ALSO

    L<Consul>