Non-blocking Redis Cluster client
Perl
Latest commit 5f79852 Nov 20, 2016 @iph0 Prepared to release
Permalink
Failed to load latest commit information.
examples
lib/AnyEvent/RipeRedis
t
.gitignore
Changes
Makefile.PL
README

README

AnyEvent-RipeRedis-Cluster version 0.10
=======================================

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

DESCRIPTION

AnyEvent::RipeRedis::Cluster is non-blocking Redis Cluster client built on top
of the AnyEvent::RipeRedis.

Requires Redis 3.0 or higher, and any supported event loop.

For more information about Redis Cluster see here:

  * http://redis.io/topics/cluster-tutorial
  * http://redis.io/topics/cluster-spec

AUTHOR

Eugene Ponizovsky, <[email protected]>

Sponsored by SMS Online, <[email protected]>

COPYRIGHT AND LICENSE

Copyright (c) 2016, Eugene Ponizovsky, SMS Online. All rights reserved.

This module is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.