NAME
Net::Async::Redis::Commands - mixin that defines the Redis commands available
DESCRIPTION
This is autogenerated from the list of commands available in https://redis.io/commands.
It is intended to be loaded by Net::Async::Redis to provide methods for each available Redis command.
METHODS - [% group.ucfirst %]
[% FOR command IN commands.item(group) -%] =head2 [% command.method %]
[% command.summary %].
[% IF command.args.size -%] =over 4
[% FOREACH arg IN command.args -%] =item * [% arg %]
[% END -%] =back
[% END -%] "/redis.io/commands/[% command.method.lower.replace('_', '-') %]" in https:
AUTHOR
Tom Molesworth <TEAM@cpan.org>
LICENSE
Copyright Tom Molesworth 2015-2017. Licensed under the same terms as Perl itself.
}, { commands => \%commands_by_group }) or die $tt->error;