AnyEvent-RipeRedis-Cluster
view release on metacpan or search on metacpan
- allow\_slaves => $boolean
If enabled, the client will try to send read-only commands to slave nodes.
Disabled by default.
- utf8 => $boolean
If enabled, all strings will be converted to UTF-8 before sending to nodes,
and all results will be decoded from UTF-8.
Enabled by default.
- connection\_timeout => $fractional\_seconds
Specifies connection timeout. If the client could not connect to the node
after specified timeout, the `on_node_error` callback is called with the
`E_CANT_CONN` error. The timeout specifies in seconds and can contain a
fractional part.
lib/AnyEvent/RipeRedis/Cluster.pm view on Meta::CPAN
=item allow_slaves => $boolean
If enabled, the client will try to send read-only commands to slave nodes.
Disabled by default.
=item utf8 => $boolean
If enabled, all strings will be converted to UTF-8 before sending to nodes,
and all results will be decoded from UTF-8.
Enabled by default.
=item connection_timeout => $fractional_seconds
Specifies connection timeout. If the client could not connect to the node
after specified timeout, the C<on_node_error> callback is called with the
C<E_CANT_CONN> error. The timeout specifies in seconds and can contain a
fractional part.
( run in 0.235 second using v1.01-cache-2.11-cpan-26ccb49234f )