logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

CHI::Driver::Memcached::libmemcached -- Distributed cache via Cache::Memcached::libmemcached

Author

       Jonathan Swartz

Description

       A CHI driver that uses Cache::Memcached::libmemcached to store data in the specified memcached server(s).
       From the perspective of the CHI API, the feature set is nearly identical to CHI::Driver::Memcached.

Name

       CHI::Driver::Memcached::libmemcached -- Distributed cache via Cache::Memcached::libmemcached

See Also

       CHI, Cache::Memcached::libmemcached, CHI::Driver::Memcached, CHI::Driver::Memcached::Fast

Synopsis

           use CHI;

           my $cache = CHI->new(
               driver => 'Memcached::libmemcached',
               namespace => 'products',
               servers => [ "10.0.0.15:11211", "10.0.0.15:11212", "/var/sock/memcached",
               "10.0.0.17:11211", [ "10.0.0.17:11211", 3 ] ],
               debug => 0,
               compress_threshold => 10_000,
           );

Version

       version 0.16

See Also