File Coverage

blib/lib/Protocol/Redis/Faster.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Protocol::Redis::Faster;
2              
3 1     1   129447 use strict;
  1         2  
  1         59  
4 1     1   6 use warnings;
  1         2  
  1         73  
5              
6 1     1   477 use parent 'Protocol::Redis';
  1         398  
  1         7  
7              
8             our $VERSION = '0.004';
9              
10             1;
11              
12             =head1 NAME
13              
14             Protocol::Redis::Faster - Optimized pure-perl Redis protocol parser/encoder (DEPRECATED)
15              
16             =head1 DESCRIPTION
17              
18             This is an empty subclass of L. The optimizations it used to
19             contain have been implemented in the base class. Consider
20             L for faster parsing.
21              
22             =head1 BUGS
23              
24             Report any issues on the public bugtracker.
25              
26             =head1 AUTHORS
27              
28             Dan Book
29              
30             Jan Henning Thorsen
31              
32             =head1 CREDITS
33              
34             Thanks to Sergey Zasenko for the original L
35             and defining the API.
36              
37             =head1 COPYRIGHT AND LICENSE
38              
39             This software is Copyright (c) 2019 by Dan Book, Jan Henning Thorsen.
40              
41             This is free software, licensed under:
42              
43             The Artistic License 2.0 (GPL Compatible)
44              
45             =head1 SEE ALSO
46              
47             L