The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

put

delete

keys

SEE ALSO

    L<Consul>