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.