AnyEvent-RipeRedis-Cluster version 0.12
=======================================

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, <ponizovsky@gmail.com>

Sponsored by SMS Online, <dev.opensource@sms-online.com>

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.