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

Local::Cluster::CLI::Cache - CLI for cluster cache

EXAMPLE

use Local::Cluster::CLI::Cache;

Local::Cluster::CLI::Cache->main
(
    timeout => 30,
    cache => '.',
    sleep => 60,
    keep => 10,
    link => 'current'
);

SYNOPSIS

$exe --help

$exe [--cache dir] [--keep number] [--link name] [--sleep seconds] [--timeout seconds] --server host:port | /unix/domain/socket/path

NOTE

See Local::Cluster