App-redisp
view release on metacpan or search on metacpan
lib/App/redisp.pm view on Meta::CPAN
localhost> .server xxx
localhost> .reconnect
localhost> .output json
=head1 DESCRIPTION
Redis and Perl share similar data types, therefore I thought it would be useful
to have a Redis shell interface that appears to behave as Perl. This is a Perl
Read-Eval-Print Loop (REPL) that happens to understand Redis.
The use of Redis aims to be transparent, you just use a variable like C<$foo>
and it will be read or saved to Redis. For a temporary variable that is only visible to Perl use C<my $foo>.
=for Pod::Coverage eval_with_lexicals host port debug eval BUILD run serialize usage
=head1 USAGE
redisp [--help] [--server=host] [--port=port] [--encoding=encoding]
[--serialize=serializer]
=head1 OPTIONS
( run in 1.041 second using v1.01-cache-2.11-cpan-a1d94b6210f )