File tree Expand file tree Collapse file tree 6 files changed +25
-5
lines changed
content/develop/clients/redis-py Expand file tree Collapse file tree 6 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ categories:
1212description : Connect your Python application to a Redis database
1313linkTitle : Connect
1414title : Connect to the server
15- weight : 2
15+ weight : 20
1616---
1717
1818## Basic connection
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ categories:
1212description : Learn how to use the Redis query engine with JSON
1313linkTitle : Index and query JSON
1414title : Example - Index and query JSON documents
15- weight : 3
15+ weight : 30
1616---
1717
1818This example shows how to create a
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ categories:
1212description : Iterate through results from `SCAN`, `HSCAN`, etc.
1313linkTitle : Scan iteration
1414title : Scan iteration
15- weight : 5
15+ weight : 60
1616---
1717
1818Redis has a small family of related commands that retrieve
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ categories:
1212description : Learn how to use Redis pipelines and transactions
1313linkTitle : Pipelines/transactions
1414title : Pipelines and transactions
15- weight : 5
15+ weight : 45
1616---
1717
1818Redis lets you send a sequence of commands to the server together in a batch.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ categories:
1212description : Learn how to index and query vector embeddings with Redis
1313linkTitle : Index and query vectors
1414title : Index and query vectors
15- weight : 4
15+ weight : 40
1616---
1717
1818[ Redis Query Engine] ({{< relref "/develop/interact/search-and-query" >}})
Original file line number Diff line number Diff line change 1+ ---
2+ categories :
3+ - docs
4+ - develop
5+ - stack
6+ - oss
7+ - rs
8+ - rc
9+ - oss
10+ - kubernetes
11+ - clients
12+ description : Index and query embeddings with Redis vector sets
13+ linkTitle : Vector set embeddings
14+ title : Vector set embeddings
15+ weight : 40
16+ bannerText : Vector set is a new data type that is currently in preview and may be subject to change.
17+ bannerChildren : true
18+ ---
19+
20+ Redis [ vector sets] ({{< relref "/develop/data-types/vector-sets" >}})
You can’t perform that action at this time.
0 commit comments