Skip to content

Commit e4f05c9

Browse files
committed
Merge branch 'main' into DOC-4939
2 parents 4859c13 + 5a787b6 commit e4f05c9

File tree

23 files changed

+688
-507
lines changed

23 files changed

+688
-507
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rdi_redis_gears_version = "1.2.6"
5555
rdi_debezium_server_version = "2.3.0.Final"
5656
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
5757
rdi_cli_latest = "latest"
58-
rdi_current_version = "v1.6.0"
58+
rdi_current_version = "v1.6.1"
5959

6060
[params.clientsConfig]
6161
"Python"={quickstartSlug="redis-py"}

content/develop/clients/go/vecsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ go mod init vecexample
4343
```
4444

4545
Then, in your module folder, install
46-
[`go-redis`]({{< relref "/develop/clients/go-redis" >}})
46+
[`go-redis`]({{< relref "/develop/clients/go" >}})
4747
and the
4848
[`huggingfaceembedder`](https://pkg.go.dev/github.com/henomis/[email protected]/embedder/huggingface)
4949
package:

content/develop/clients/redis-py/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ r.hgetall('user-session:123')
8080

8181
## More information
8282

83-
The [`redis-py`](https://redis-py.readthedocs.io/en/stable/index.html) website
84-
has a [command reference](https://redis-py.readthedocs.io/en/stable/commands.html)
83+
The [`redis-py`](https://redis.readthedocs.io/en/stable/index.html) website
84+
has a [command reference](https://redis.readthedocs.io/en/stable/commands.html)
8585
and some [tutorials](https://redis.readthedocs.io/en/stable/examples.html) for
8686
various tasks. There are also some examples in the
8787
[GitHub repository](https://github.com/redis/redis-py) for `redis-py`.

content/develop/get-started/vector-database.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ This quick start guide helps you to:
2323
3. Create vector embeddings and store vectors
2424
4. Query data and perform a vector search
2525

26+
{{< note >}}This guide uses [RedisVL]({{< relref "/develop/clients/redis-vl" >}}),
27+
which is a Python client library for Redis that is highly specialized for
28+
vector processing. You may also be interested in the vector query examples
29+
for our other client libraries:
30+
31+
- [`redis-py` (Python)]({{< relref "/develop/clients/redis-py/vecsearch" >}})
32+
- [`NRedisStack`(C#/.NET)]({{< relref "/develop/clients/dotnet/vecsearch" >}})
33+
- [`node-redis` (JavaScript/Node.js)]({{< relref "/develop/clients/nodejs/vecsearch" >}})
34+
- [`jedis` (Java)]({{< relref "/develop/clients/jedis/vecsearch" >}})
35+
- [`go-redis` (Go)]({{< relref "/develop/clients/go/vecsearch" >}})
36+
{{< /note >}}
2637

2738
## Understand vector databases
2839

content/embeds/rc-pro-billing-units.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ The Redis Billing Unit types associated with your Pro subscription depend on you
1717

1818
2. <a name="table-note-2" style="display: block; height: 80px; margin-top: -80px;"></a>Used for hosted databases with Auto Tiering for Redis 7.2 and later.
1919

20-
Prices vary according to the cloud provider and region. Minimum prices apply. To learn more, see [Cloud pricing](https://redis.com/redis-enterprise-cloud/pricing/).
20+
Prices vary according to the cloud provider and region. Minimum prices apply.

content/integrate/redis-data-integration/reference/api-reference/openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Redis Data Integration API",
55
"description": "API for Redis Data Integration services",
6-
"version": "1.6.0"
6+
"version": "1.6.1"
77
},
88
"paths": {
99
"/": {
@@ -3114,6 +3114,7 @@
31143114
"enum": [
31153115
"on_failed_retry_interval",
31163116
"read_batch_size",
3117+
"debezium_lob_encoded_placeholder",
31173118
"dedup",
31183119
"dedup_max_size",
31193120
"dedup_strategy",

content/integrate/redis-data-integration/reference/cli/redis-di-delete-all-contexts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Usage: redis-di delete-all-contexts [OPTIONS]
3030
- Usage: `--force
3131
-f`
3232

33-
Force operation. skips verification prompts
33+
Force operation. Skips verification prompts
3434

3535
- `help`:
3636

@@ -50,6 +50,6 @@ Usage: redis-di delete-all-contexts [OPTIONS]
5050
Options:
5151
-l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]
5252
[default: INFO]
53-
-f, --force Force operation. skips verification prompts
53+
-f, --force Force operation. Skips verification prompts
5454
--help Show this message and exit.
5555
```

content/integrate/redis-data-integration/reference/cli/redis-di-delete-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Usage: redis-di delete-context [OPTIONS] CONTEXT_NAME
3636
- Usage: `--force
3737
-f`
3838

39-
Force operation. skips verification prompts
39+
Force operation. Skips verification prompts
4040

4141
- `help`:
4242

@@ -56,6 +56,6 @@ Usage: redis-di delete-context [OPTIONS] CONTEXT_NAME
5656
Options:
5757
-l, --log-level [TRACE|DEBUG|INFO|WARNING|ERROR|CRITICAL]
5858
[default: INFO]
59-
-f, --force Force operation. skips verification prompts
59+
-f, --force Force operation. Skips verification prompts
6060
--help Show this message and exit.
6161
```

content/integrate/redis-data-integration/reference/cli/redis-di-get-rejected.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Usage: redis-di get-rejected [OPTIONS]
102102
- Usage: `--oldest
103103
-o`
104104

105-
Displays the oldest rejected records. If omitted, most resent records will be retrieved
105+
Displays the oldest rejected records. If omitted, most recent records will be retrieved
106106

107107
- `dlq_name`:
108108

@@ -142,7 +142,7 @@ Options:
142142
key
143143
--max-records INTEGER RANGE Maximum rejected records per DLQ [x>=1]
144144
-o, --oldest Displays the oldest rejected records. If
145-
omitted, most resent records will be
145+
omitted, most recent records will be
146146
retrieved
147147
--dlq-name TEXT Only prints the rejected records for the
148148
specified DLQ (Dead Letter Queue) name

content/integrate/redis-data-integration/reference/cli/redis-di-reset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Usage: redis-di reset [OPTIONS]
9494
- Usage: `--force
9595
-f`
9696

97-
Force operation. skips verification prompts
97+
Force operation. Skips verification prompts
9898

9999
- `pause_for_confirmation`:
100100

@@ -132,7 +132,7 @@ Options:
132132
--rdi-cacert TEXT CA certificate file to verify with
133133
--rdi-key-password TEXT Password for unlocking an encrypted private
134134
key
135-
-f, --force Force operation. skips verification prompts
135+
-f, --force Force operation. Skips verification prompts
136136
--pause-for-confirmation Pause for user confirmation if manual
137137
shutdown of collector required
138138
--help Show this message and exit.

0 commit comments

Comments
 (0)