Source: libanyevent-redis-perl Maintainer: Debian Perl Group Uploaders: Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libanyevent-perl, libtest-leaktrace-perl, libtest-tcp-perl (>= 1.03), perl, redis-server Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libanyevent-redis-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libanyevent-redis-perl.git Homepage: https://metacpan.org/release/AnyEvent-Redis Testsuite: autopkgtest-pkg-perl Package: libanyevent-redis-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libanyevent-perl Description: Perl module that implements a non-blocking Redis client AnyEvent::Redis is a non-blocking (event-driven) Redis client based on the AnyEvent event loop framework. . Redis is a key-value database in a similar vein to memcache but the dataset is non-volatile. Redis additionally provides native support for atomically manipulating and querying data structures such as lists and sets.