AnyEvent-RipeRedis-Cluster
view release on metacpan or search on metacpan
123124125126127128129130131132133134135136137138139140141142- 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
10341035103610371038103910401041104210431044104510461047104810491050105110521053=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.572 second using v1.01-cache-2.11-cpan-5f2e87ce722 )