AnyEvent-RipeRedis-Cluster
view release on metacpan or search on metacpan
use AnyEvent::RipeRedis::Cluster qw( :err_codes );
Full list of error codes see in documentation on [AnyEvent::RipeRedis](https://metacpan.org/pod/AnyEvent::RipeRedis).
# DISCONNECTION
When the connection to the cluster is no longer needed you can close it in two
ways: call the method `disconnect()` or just "forget" any references to an
AnyEvent::RipeRedis::Cluster object, but in this case the client object is
destroyed without calling any callbacks, including the `on_disconnect`
callback, to avoid an unexpected behavior.
## disconnect()
The method for disconnection. All uncompleted operations will be
aborted.
# OTHER METHODS
## nodes( \[ $key \] \[, $allow\_slaves \] )
lib/AnyEvent/RipeRedis/Cluster.pm view on Meta::CPAN
use AnyEvent::RipeRedis::Cluster qw( :err_codes );
Full list of error codes see in documentation on L<AnyEvent::RipeRedis>.
=head1 DISCONNECTION
When the connection to the cluster is no longer needed you can close it in two
ways: call the method C<disconnect()> or just "forget" any references to an
AnyEvent::RipeRedis::Cluster object, but in this case the client object is
destroyed without calling any callbacks, including the C<on_disconnect>
callback, to avoid an unexpected behavior.
=head2 disconnect()
The method for disconnection. All uncompleted operations will be
aborted.
=head1 OTHER METHODS
=head2 nodes( [ $key ] [, $allow_slaves ] )
( run in 0.348 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )