Group
Extension

Matches 1

App-Unicheck-Modules-Redis ( M/MK/MKRULL/App-Unicheck-Modules-Redis-0.02.tar.gz, MKRULL, 2013; MetaCPAN )
App-Unicheck-Modules-Redis/lib/App/Unicheck/Modules/Redis.pm ( view source; MetaCPAN )
 FATAL => 'all';
use Moo;
use Getopt::Long qw(GetOptionsFromArray);
use Redis;
use Try::Tiny;
use JSON;

=head1 NAME

App::Unicheck::Modules::Redis - App::Unicheck module to check redis servers.

=hea
	my ($self, $status, $value, $format) = @_;

	return JSON->new->encode(
		{
			message => $value,
			status  => $status,
		}
	) if $format eq 'json';
	# default last in case some non supported format 
'Default: num',
				},
				formats => {
					'num'  => 'Returns the status code',
					'json' => 'Returns a JSON structure',
				},
			},
			size => {
				description => 'Check redis RAM consumption',

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.