From d799d922d7eb8a5869048c66d7e00400e53cd77b Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 19 Dec 2024 14:32:17 +0000 Subject: [PATCH] [automated site update] --- apidoc/html/index.html | 2 +- doc/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apidoc/html/index.html b/apidoc/html/index.html index c18bb61..fb34bb2 100644 --- a/apidoc/html/index.html +++ b/apidoc/html/index.html @@ -198,7 +198,7 @@

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 Redis / Valkey server. But the basic principle, and the steps, follow the same pattern in general:

  1. Initialize a Redis instance.
  2. -
  3. Configure the server properties: port, authentication, socket parameters etc. (not shown in above example).
  4. +
  5. Configure the server properties: port, authentication, protocol, socket parameters etc. (not shown in above example).
  6. Connect to the Redis / Valkey server.
  7. Interact with the server: run queries interactively or in batch mode, process push notifications, publish or subscribe...
  8. Disconnect from the server.
  9. diff --git a/doc/README.md b/doc/README.md index 5d48a20..5dfe99f 100644 --- a/doc/README.md +++ b/doc/README.md @@ -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.