Commit graph

8 commits

Author SHA1 Message Date
wiz
d33dfdeb7c Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
wiz
98c3768c3a Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00
wen
09763bda9f Update to 1.958
Upstream changes:
1.958     2013-01-15T16:54:40Z
    * Support for name constructor parameter, set connection name
    * Add documentation for CLIENT * commands
    * Improve reliability of Test::SpawnRedisServer

1.957     2013-01-15T13:18:07Z
    * Fix minimum Perl version

1.956     2013-01-15T10:35:10Z
    * Add on_connect callback to Redis constructor (issue 28)
    * Make sure quit() doesn't die when the socket is already dead (issue 30);
    * Switch to Digest::SHA, one less non-core dep RT#81841
    * Try and make Travis-CI more useful, ask for a redis-server
    * Update SUPPORT section, moving bugtracker to GitHub issues

1.955     2012-10-10T11:43:44Z
    * Skip 30-scripts.t if the redis-server found lacks script support

1.954     2012-10-10T11:16:22Z
    * Support for multi-word commands such as "SCRIPT LOAD".
    * Try another fix for Windows non-blocking reads

1.953     2012-09-05T00:49:11Z
    * Tweak travis.ci setup

1.952     2012-09-04T11:22:18Z
    * Added automatic authentication after connection establishment
    * Support Redis 2.6: Aaron Crane <arc@cpan.org>
    * Attempt to fix non-blocking read on Windows
    * Enable travis.ci support on the repository
2013-01-19 11:53:55 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
asau
354ee694fd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
mishka
721132d138 Update Redis to 1.951.
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-04-04 19:42:09 +00:00
rhaen
3fe2945c74 Updated to 1.926
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
2012-01-26 20:55:08 +00:00
obache
0d2087182e Import p5-Redis-1.904 as databases/p5-Redis.
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.
2011-10-28 12:02:25 +00:00