Skip to content

Commit 47d2a04

Browse files
committed
fix issues Cylix#126 Cylix#135 Cylix#137: fix behavior of set_nb_workers, fix bug when decreasing number of workers and make design less error prone. update HA example and fix HA reconnection.
1 parent 01e022c commit 47d2a04

19 files changed

+35
-27
lines changed

docs/html/client_8hpp_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<div class="ttc" id="classcpp__redis_1_1client_html_a292252b61bcfdf9ad3854b54b7fe2740"><div class="ttname"><a href="classcpp__redis_1_1client.html#a292252b61bcfdf9ad3854b54b7fe2740">cpp_redis::client::disconnect</a></div><div class="ttdeci">void disconnect(bool wait_for_removal=false)</div></div>
9494
<div class="ttc" id="classcpp__redis_1_1client_html_a23c8a27ee691c52713411ae91e1391fb"><div class="ttname"><a href="classcpp__redis_1_1client.html#a23c8a27ee691c52713411ae91e1391fb">cpp_redis::client::sync_commit</a></div><div class="ttdeci">client &amp; sync_commit(void)</div></div>
9595
<div class="ttc" id="classcpp__redis_1_1client_html_a490ef812b666e6d845fcacc808b87bc1"><div class="ttname"><a href="classcpp__redis_1_1client.html#a490ef812b666e6d845fcacc808b87bc1">cpp_redis::client::send</a></div><div class="ttdeci">client &amp; send(const std::vector&lt; std::string &gt; &amp;redis_cmd, const reply_callback_t &amp;callback)</div></div>
96-
<div class="ttc" id="classcpp__redis_1_1sentinel_html"><div class="ttname"><a href="classcpp__redis_1_1sentinel.html">cpp_redis::sentinel</a></div><div class="ttdef"><b>Definition:</b> sentinel.hpp:39</div></div>
96+
<div class="ttc" id="classcpp__redis_1_1sentinel_html"><div class="ttname"><a href="classcpp__redis_1_1sentinel.html">cpp_redis::sentinel</a></div><div class="ttdef"><b>Definition:</b> sentinel.hpp:40</div></div>
9797
<div class="ttc" id="classcpp__redis_1_1client_html_a11a73f30d14e6d27f6c8c8cee53a3a04"><div class="ttname"><a href="classcpp__redis_1_1client.html#a11a73f30d14e6d27f6c8c8cee53a3a04">cpp_redis::client::bitfield_operation_type_to_string</a></div><div class="ttdeci">std::string bitfield_operation_type_to_string(bitfield_operation_type operation) const</div></div>
9898
<div class="ttc" id="classcpp__redis_1_1client_html_a68cd15d1cc30302237e3a400e2ac43f5"><div class="ttname"><a href="classcpp__redis_1_1client.html#a68cd15d1cc30302237e3a400e2ac43f5">cpp_redis::client::clear_sentinels</a></div><div class="ttdeci">void clear_sentinels(void)</div></div>
9999
<div class="ttc" id="structcpp__redis_1_1client_1_1bitfield__operation_html_a2f478e17655a249080178034faa0f6f2"><div class="ttname"><a href="structcpp__redis_1_1client_1_1bitfield__operation.html#a2f478e17655a249080178034faa0f6f2">cpp_redis::client::bitfield_operation::overflow</a></div><div class="ttdeci">overflow_type overflow</div><div class="ttdef"><b>Definition:</b> client.hpp:436</div></div>

docs/html/sentinel_8hpp_source.html

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

docs/html/subscriber_8hpp_source.html

Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)