Commit graph

3 commits

Author SHA1 Message Date
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