Cache-MemcachedBinary
======================

DESCRIPTION

Perl library for Memcached server with binary protocol: https://github.com/memcached/memcached/wiki/BinaryProtocolRevamped

INSTALLATION

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

This module requires these other modules and libraries:

    IO::Socket  https://metacpan.org/pod/IO::Socket
    Encode      https://metacpan.org/pod/Encode

COPYRIGHT AND LICENCE

Copyright (C) 2024 by Konstantin Titov
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.