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