Net-Async-Redis
view release on metacpan or search on metacpan
lib/Net/Async/Redis/Commands.pm view on Meta::CPAN
'ZREVRANGEBYSCORE' => 1,
'ZREVRANK' => 1,
'ZSCAN' => 1,
'ZSCORE' => 1,
'ZUNION' => 2,
'ZUNIONSTORE' => 3,
);
our %COMMAND_DEFINITION;
UNITCHECK {
%COMMAND_DEFINITION = do {
my $path = Path::Tiny::path(__DIR__)->parent(3)->child('share/commands.yaml');
$path = Path::Tiny::path(
File::ShareDir::dist_file(
'Net-Async-Redis',
'commands.yaml'
)
) unless $path->exists;
YAML::XS::LoadFile("$path")->%*
};
( run in 1.797 second using v1.01-cache-2.11-cpan-748bfb374f4 )