AnyEvent-RipeRedis-Cluster

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
- 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

1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
=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 )