table of contents
other versions
- Tumbleweed 0.4.0-1.1
- Leap-15.6
| Protocol::Redis::Faster(3) | User Contributed Perl Documentation | Protocol::Redis::Faster(3) |
NAME¶
Protocol::Redis::Faster - Optimized pure-perl Redis protocol parser/encoder (DEPRECATED)
DESCRIPTION¶
This is an empty subclass of Protocol::Redis. The optimizations it used to contain have been implemented in the base class. Consider Protocol::Redis::XS for faster parsing.
BUGS¶
Report any issues on the public bugtracker.
AUTHORS¶
Dan Book <dbook@cpan.org>
Jan Henning Thorsen <jhthorsen@cpan.org>
CREDITS¶
Thanks to Sergey Zasenko <undef@cpan.org> for the original Protocol::Redis and defining the API.
COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2019 by Dan Book, Jan Henning Thorsen.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
SEE ALSO¶
Protocol::Redis
| 2026-01-08 | perl v5.42.0 |