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

OpenTracing::Integration::RedisDB - support RedisDB tracing

SYNOPSIS

 use OpenTracing::Integration qw(RedisDB);
 my $redis = RedisDB->new;
 $redis->get('some_key');

DESCRIPTION

See OpenTracing::Integration for more details.

AUTHOR

Tom Molesworth TEAM@cpan.org

LICENSE

Copyright Tom Molesworth 2020. Licensed under the same terms as Perl itself.