summaryrefslogtreecommitdiff
path: root/databases/p5-Redis
AgeCommit message (Collapse)AuthorFilesLines
2012-04-04Update Redis to 1.951.mishka2-6/+6
Changes: 1.951 2012-03-13T10:17:09Z * Remove Tie::StdHash from our dependencies list, its part of core and it creates problems with some CPAN clients 1.950 2012-03-12T13:54:10Z * DEPRECATED: the encoding attribute to new() - we will not support automatic decoding after 2.000, so please test your code with encoding => undef now. * Add pipeline support: Aaron Crane arc@github++! * Cache AUTOLOAD calls: improves performance a bit, fixes #2 * Fix: apply reconnect logic to KEYS and INFO * Fix: forbid PING and SHUTDOWN in SUBSCRIBE mode * Updated docs covering pipelining and multi/exec * Updated docs to point users to Github for code and issues
2012-01-26Updated to 1.926rhaen2-6/+6
Changes: 1.926 Wed Jan 11 15:48:11 UTC 2012 * Fix auto-reconnect when the server is dead or a client timeout. See https://github.com/melo/perl-redis/issues/1#issuecomment-3444989 1.925 Tue Jan 10 16:02:04 UTC 2012 * Implemented auto-reconnect * Add support for UNIX domain sockets * Make REDIS_SERVER work with both TCP and UNIX domain sockets * Make the test suite workaround a missing redis-server binary * Assorted small bug fixes * Improve documentation
2011-10-28Import p5-Redis-1.904 as databases/p5-Redis.obache3-0/+31
Packaged by tnozaki@, some minor improvements by me. Perl binding for Redis database which is in-memory hash store with support for scalars, arrays and sets and disk persistence.