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 Dec 19, 2024
1 parent 586d6fc commit d799d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apidoc/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h3><a class="anchor" id="autotoc_md5"></a>
</div><!-- fragment --><p>You may find more details about each step further below. And, of course there are a lot more options and features, that allow you to customize your interactions with a <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> / Valkey server. But the basic principle, and the steps, follow the same pattern in general:</p>
<ol type="1">
<li><a class="el" href="index.html#initializing">Initialize</a> a <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> instance.</li>
<li><a class="el" href="index.html#configuring">Configure</a> the server properties: port, authentication, socket parameters etc. (not shown in above example).</li>
<li><a class="el" href="index.html#configuring">Configure</a> the server properties: port, authentication, protocol, socket parameters etc. (not shown in above example).</li>
<li><a class="el" href="index.html#connecting">Connect</a> to the <a class="el" href="structRedis.html" title="Structure that represents a Redis database instance, with one or more RedisClient connections.">Redis</a> / Valkey server.</li>
<li>Interact with the server: run queries <a class="el" href="index.html#simple-redis-queries">interactively</a> or in <a class="el" href="index.html#pipelined-transactions">batch mode</a>, process <a class="el" href="index.html#push-notifications">push notifications</a>, <a class="el" href="index.html#broadcasting-messages">publish</a> or <a class="el" href="index.html#subscriptions">subscribe</a>...</li>
<li><a class="el" href="index.html#disconnecting">Disconnect</a> from the server.</li>
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ that allow you to customize your interactions with a Redis / Valkey server. But
follow the same pattern in general:
1. [Initialize](#initializing) a Redis instance.
2. [Configure](#configuring) the server properties: port, authentication, socket parameters etc. (not shown in above example).
2. [Configure](#configuring) the server properties: port, authentication, protocol, socket parameters etc. (not shown in above example).
3. [Connect](#connecting) to the Redis / Valkey server.
4. Interact with the server: run queries [interactively](#simple-redis-queries) or in [batch mode](#pipelined-transactions), process [push notifications](#push-notifications), [publish](#broadcasting-messages) or [subscribe](#subscriptions)...
5. [Disconnect](#disconnecting) from the server.
Expand Down

0 comments on commit d799d92

Please sign in to comment.