Skip to content

Commit

Permalink
[automated site update]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 10, 2024
1 parent 51dc339 commit 229e974
Show file tree
Hide file tree
Showing 14 changed files with 137 additions and 194 deletions.
42 changes: 20 additions & 22 deletions apidoc/html/index.html

Large diffs are not rendered by default.

22 changes: 10 additions & 12 deletions apidoc/html/redisx-client_8c.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ab98b0e71d2d0941920e3097a
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if successful or else an error code from send() (see errno.h).</dd></dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if successful, or X_NULL if the client is NULL, or else X_NO_SERVICE if not connected ot the client or if send() failed.</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="redisx-client_8c.html#a3e49508e4e4fcc283832226fd1bffd85">redisxStartBlockAsync()</a> </dd></dl>

<p class="reference">References <a class="el" href="redisx-client_8c.html#ac0f30d62044638a2ead07583ad723fdf">redisxIgnoreReplyAsync()</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#aa8cecfc5c5c054d2875c03e77b7be15d">TRUE</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8c.html#ae73aaf705dc4e7d58dfb0fd81f4805c7">x_error()</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#aadbbe3ae01369cbddf4d57d430b33133">X_NULL</a>, and <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#a7b2679c964ea5f2160380ed55654b873">X_SUCCESS</a>.</p>
Expand Down Expand Up @@ -352,7 +352,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ac9c69fbcaa2a2fbe95af72d9
</tr>
</table>
</div><div class="memdoc">
<p>Get exclusive write access to the specified REDIS channel.</p>
<p>Get exclusive write access to the specified <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> channel.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">cl</td><td>Pointer to the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> client instance.</td></tr>
Expand Down Expand Up @@ -451,7 +451,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a05f0f4d0a2f3d8fb5e385541
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if successful, or else an error code (&lt;0) from <a class="el" href="redisx_8h.html">redisx.h</a> / <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html">xchange.h</a>. </dd></dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if successful, or X_NULL if the client is NULL, or another error code (&lt;0) from <a class="el" href="redisx_8h.html">redisx.h</a> / <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html">xchange.h</a>. </dd></dl>

<p class="reference">References <a class="el" href="redisx_8h.html#a9d530bcfae7689b4275749b47a6d9b51">REDIS_UNEXPECTED_RESP</a>, <a class="el" href="redisx_8c.html#a2d3ffb89129ab04483e3966835a5ff71">redisxCheckRESP()</a>, <a class="el" href="redisx_8c.html#aa4e23a7454f7055711915ec430599011">redisxDestroyRESP()</a>, <a class="el" href="redisx-client_8c.html#aad864c08ef9365c264c30bbacb0b77b2">redisxLockConnected()</a>, <a class="el" href="redisx-client_8c.html#abc855133c2af4f5d929a05292aa634d1">redisxReadReplyAsync()</a>, <a class="el" href="redisx-client_8c.html#afc7b28288c07baf0b3c8fdc9d8ddf263">redisxSendRequestAsync()</a>, <a class="el" href="redisx-client_8c.html#a87efe53c80fcff3fcf189362cbc602f7">redisxUnlockClient()</a>, <a class="el" href="redisx_8h.html#ab2bc8d02a9fa90910d487412704b99f3">RESP_SIMPLE_STRING</a>, <a class="el" href="structRESP.html#a0f61d63b009d0880a89c843bd50d8d76">RESP::value</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8c.html#ae73aaf705dc4e7d58dfb0fd81f4805c7">x_error()</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#aadbbe3ae01369cbddf4d57d430b33133">X_NULL</a>, and <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#a7b2679c964ea5f2160380ed55654b873">X_SUCCESS</a>.</p>

Expand Down Expand Up @@ -504,7 +504,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a899f4f8853add789db4bd4de
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success or an error code on failure, is either X_NO_SERVICE (if not connected to the REDIS server on the requested channel) or the errno set by send(). </dd></dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) on success or X_NULL if the client is NULL, or else X_NO_SERVICE if not connected to the client or if send() failed. </dd></dl>

<p class="reference">References <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#aa93f0eb578d23995850d61f7d61c55c1">FALSE</a>, <a class="el" href="redisx_8h.html#a7e2b05b584b2b1b7af9430657679fe65">REDISX_CMDBUF_SIZE</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#aa8cecfc5c5c054d2875c03e77b7be15d">TRUE</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8c.html#ae73aaf705dc4e7d58dfb0fd81f4805c7">x_error()</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#aadbbe3ae01369cbddf4d57d430b33133">X_NULL</a>, and <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#a7b2679c964ea5f2160380ed55654b873">X_SUCCESS</a>.</p>

Expand Down Expand Up @@ -553,18 +553,18 @@ <h2 class="memtitle"><span class="permalink"><a href="#afc7b28288c07baf0b3c8fdc9
</tr>
</table>
</div><div class="memdoc">
<p>Send a command (with up to 3 arguments) to the REDIS server. The caller must have an exclusive lock on the client for this version. The arguments supplied will be used up to the first non-NULL value.</p>
<p>Send a command (with up to 3 arguments) to the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> server. The caller must have an exclusive lock on the client for this version. The arguments supplied will be used up to the first non-NULL value.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">cl</td><td>Pointer to the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> client instance. </td></tr>
<tr><td class="paramname">command</td><td>REDIS command string. </td></tr>
<tr><td class="paramname">command</td><td><a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> command string. </td></tr>
<tr><td class="paramname">arg1</td><td>Optional first string argument or NULL. </td></tr>
<tr><td class="paramname">arg2</td><td>Optional second string argument or NULL. </td></tr>
<tr><td class="paramname">arg3</td><td>Optional third string argument or NULL.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>0 on success or an error code on failure, is either X_NO_SERVICE (if not connected to the REDIS server on the requested channel) or the errno set by send(). </dd></dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) on success or X_NULL if the client is NULL, or else X_NO_SERVICE if not connected to the client or if send() failed </dd></dl>

<p class="reference">References <a class="el" href="redisx-client_8c.html#a899f4f8853add789db4bd4de106fd6d8">redisxSendArrayRequestAsync()</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8c.html#ae73aaf705dc4e7d58dfb0fd81f4805c7">x_error()</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#a5426366367d169401f779c4764ba7736">X_NAME_INVALID</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#aadbbe3ae01369cbddf4d57d430b33133">X_NULL</a>, and <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#a7b2679c964ea5f2160380ed55654b873">X_SUCCESS</a>.</p>

Expand Down Expand Up @@ -593,8 +593,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a44c5d0bd24f5a4f2f131218f
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) on success or an error code on failure, is either X_NO_SERVICE (if not connected to the REDIS server on the requested channel) or the errno set by send(). <pre class="fragment">X_NULL if the client is NULL.
</pre> </dd></dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) on success or X_NULL if the client is NULL, or else X_NO_SERVICE if not connected to the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> server on the requested channel, or if send() failed. </dd></dl>

<p class="reference">References <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#aa8cecfc5c5c054d2875c03e77b7be15d">TRUE</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8c.html#ae73aaf705dc4e7d58dfb0fd81f4805c7">x_error()</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#aadbbe3ae01369cbddf4d57d430b33133">X_NULL</a>, and <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#a7b2679c964ea5f2160380ed55654b873">X_SUCCESS</a>.</p>

Expand Down Expand Up @@ -623,8 +622,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a3e49508e4e4fcc283832226f
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if successful, or X_NULL if the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> client is NULL</dd></dl>
<p>or else the error set by send().</p>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if successful, or X_NULL if the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> client is NULL, or X_NO_SERVICE if not connected to the client server or if send() failed.</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="redisx-client_8c.html#a6fed65f9413569c771d5165a0194477a">redisxExecBlockAsync()</a> </dd>
<dd>
<a class="el" href="redisx-client_8c.html#ab98b0e71d2d0941920e3097a66eae7b8">redisxAbortBlockAsync()</a> </dd></dl>
Expand All @@ -648,7 +646,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a87efe53c80fcff3fcf189362
</tr>
</table>
</div><div class="memdoc">
<p>Relinquish exclusive write access to the specified REDIS channel</p>
<p>Relinquish exclusive write access to the specified <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> channel</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">cl</td><td>Pointer to the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> client instance</td></tr>
Expand Down
8 changes: 4 additions & 4 deletions apidoc/html/redisx-net_8c.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,15 @@ <h2 class="memtitle"><span class="permalink"><a href="#ad71822356ffd40ed4b1c71d0
</tr>
</table>
</div><div class="memdoc">
<p>Connects to a REDIS server.</p>
<p>Connects to a <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> server.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">redis</td><td>Pointer to a <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> instance. </td></tr>
<tr><td class="paramname">usePipeline</td><td>TRUE (non-zero) if <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> should be connected with a pipeline client also, or FALSE (0) if only the interactive client is needed.</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if successfully connected to the REDIS server. X_NO_INIT if library was not initialized via initRedis(). X_ALREADY_OPEN if already connected. X_NO_SERVICE if the connection failed. X_NULL if the redis argument is NULL.</dd></dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if successfully connected to the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> server. X_NO_INIT if library was not initialized via initRedis(). X_ALREADY_OPEN if already connected. X_NO_SERVICE if the connection failed. X_NULL if the redis argument is NULL.</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="redisx-net_8c.html#a5c78c2189a76a077231016564a0cecd5">redisxInit()</a> </dd>
<dd>
<a class="el" href="redisx-net_8c.html#a37f39ede48014a2463e4c72bf6eb5a3e">redisxSetPort()</a> </dd>
Expand Down Expand Up @@ -266,7 +266,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#acae5ab8af4db1c4ab13c4069
</tr>
</table>
</div><div class="memdoc">
<p>Disconnect all clients from the REDIS server.</p>
<p>Disconnect all clients from the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> server.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">redis</td><td>Pointer to a <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> instance. </td></tr>
Expand Down Expand Up @@ -366,7 +366,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a55a2efad7c8d8f840f4144a2
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if successful X_NULL if the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> instance is NULL</dd></dl>
<p>or else an error as would be returned by <a class="el" href="redisx-net_8c.html#ad71822356ffd40ed4b1c71d065f48809">redisxConnect()</a>. </p>
<p>or else an error (&lt;0) as would be returned by <a class="el" href="redisx-net_8c.html#ad71822356ffd40ed4b1c71d065f48809">redisxConnect()</a>. </p>

<p class="reference">References <a class="elRef" href="../../xchange/apidoc/html/xchange_8c.html#ae73aaf705dc4e7d58dfb0fd81f4805c7">x_error()</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#aadbbe3ae01369cbddf4d57d430b33133">X_NULL</a>, and <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#a7b2679c964ea5f2160380ed55654b873">X_SUCCESS</a>.</p>

Expand Down
5 changes: 2 additions & 3 deletions apidoc/html/redisx-script_8c.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#ae8930592b8f927a154508669
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if the script has been successfully loaded into <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a>, or X_NULL if the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> instance is NULL X_NAME_INVALID if the script is NULL or empty. REDIS_UNEXPECTED_RESP if received a <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> reponse of the wrong type,</dd></dl>
<p>ot an error returned by <a class="el" href="redisx_8c.html#a09092bd97eead5c5fa73fa0d9241018c">redisxRequest()</a>. </p>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if the script has been successfully loaded into <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a>, or X_NULL if the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> instance is NULL X_NAME_INVALID if the script is NULL or empty. REDIS_UNEXPECTED_RESP if received a <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> reponse of the wrong type, or an error (&lt;0) returned by <a class="el" href="redisx_8c.html#a09092bd97eead5c5fa73fa0d9241018c">redisxRequest()</a>. </dd></dl>

<p class="reference">References <a class="el" href="redisx_8c.html#a67b8bd13975dd286600f20dc80bdb462">redisxCheckDestroyRESP()</a>, <a class="el" href="redisx_8c.html#aa4e23a7454f7055711915ec430599011">redisxDestroyRESP()</a>, <a class="el" href="redisx_8c.html#a09092bd97eead5c5fa73fa0d9241018c">redisxRequest()</a>, <a class="el" href="redisx_8h.html#a980fc225ec0392474ff67e319a33f028">RESP_BULK_STRING</a>, <a class="el" href="structRESP.html#a0f61d63b009d0880a89c843bd50d8d76">RESP::value</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8c.html#ae73aaf705dc4e7d58dfb0fd81f4805c7">x_error()</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#aadbbe3ae01369cbddf4d57d430b33133">X_NULL</a>, <a class="elRef" href="../../xchange/apidoc/html/xchange_8h.html#a7b2679c964ea5f2160380ed55654b873">X_SUCCESS</a>, and <a class="elRef" href="../../xchange/apidoc/html/xchange_8c.html#a9b61b8b8b3ef0f7cc0b96ab499265c74">x_trace()</a>.</p>

Expand Down Expand Up @@ -282,7 +281,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a711d6ba68a67ab814ddda0ad
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if successful or else X_NULL if the <code>redis</code> or <code>sha1</code> parameters are NULL, or else an error code from <a class="el" href="redisx-client_8c.html#a899f4f8853add789db4bd4de106fd6d8">redisxSendArrayRequestAsync()</a>.</dd></dl>
<dl class="section return"><dt>Returns</dt><dd>X_SUCCESS (0) if successful or else X_NULL if the <code>redis</code> or <code>sha1</code> parameters are NULL, or else an error code (&lt;0) from <a class="el" href="redisx-client_8c.html#a899f4f8853add789db4bd4de106fd6d8">redisxSendArrayRequestAsync()</a>.</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="redisx-script_8c.html#a36374ac4afaaca0a72be2fb95a909869">redisxRunScript()</a> </dd>
<dd>
<a class="el" href="redisx-script_8c.html#ae8930592b8f927a154508669132bebab">redisxLoadScript()</a> </dd>
Expand Down
Loading

0 comments on commit 229e974

Please sign in to comment.