Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/develop/clients/client-side-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ categories:
description: Server-assisted, client-side caching in Redis
linkTitle: Client-side caching
title: Client-side caching introduction
scope: overview
relatedPages:
- /develop/clients/redis-py/connect#connect-using-client-side-caching
- /develop/clients/nodejs/connect#connect-using-client-side-caching
- /develop/clients/jedis/connect#connect-using-client-side-caching
topics:
- client-side-caching
- performance
weight: 30
---

Expand Down
7 changes: 7 additions & 0 deletions content/develop/clients/dotnet/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
title: Error handling
description: Learn how to handle errors when using NRedisStack.
linkTitle: Error handling
scope: implementation
relatedPages:
- /develop/clients/error-handling
- /develop/clients/dotnet/produsage
topics:
- error-handling
- resilience
weight: 60
---

Expand Down
8 changes: 8 additions & 0 deletions content/develop/clients/dotnet/queryjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ categories:
description: Learn how to use the Redis query engine with JSON and hash documents.
linkTitle: Index and query documents
title: Index and query documents
scope: example
relatedPages:
- /develop/clients/dotnet/vecsearch
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
weight: 30
---

Expand Down
10 changes: 10 additions & 0 deletions content/develop/clients/dotnet/vecsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ categories:
description: Learn how to index and query vector embeddings with Redis
linkTitle: Index and query vectors
title: Index and query vectors
scope: example
relatedPages:
- /develop/clients/dotnet/queryjson
- /develop/clients/dotnet/vecsets
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
- vectors
weight: 40
---

Expand Down
6 changes: 6 additions & 0 deletions content/develop/clients/dotnet/vecsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ linkTitle: Vector set embeddings
title: Vector set embeddings
weight: 40
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
scope: example
relatedPages:
- /develop/clients/dotnet/vecsearch
topics:
- vector sets
- vectors
bannerChildren: true
---

Expand Down
10 changes: 10 additions & 0 deletions content/develop/clients/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
title: Error handling
description: Learn how to handle errors when using Redis client libraries.
linkTitle: Error handling
scope: overview
relatedPages:
- /develop/clients/redis-py/error-handling
- /develop/clients/dotnet/error-handling
- /develop/clients/nodejs/error-handling
- /develop/clients/jedis/error-handling
- /develop/clients/go/error-handling
topics:
- error-handling
- resilience
weight: 50
---

Expand Down
7 changes: 7 additions & 0 deletions content/develop/clients/go/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
title: Error handling
description: Learn how to handle errors when using go-redis
linkTitle: Error handling
scope: implementation
relatedPages:
- /develop/clients/error-handling
- /develop/clients/go/produsage
topics:
- error-handling
- resilience
weight: 50
---

Expand Down
8 changes: 8 additions & 0 deletions content/develop/clients/go/queryjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ categories:
description: Learn how to use the Redis query engine with JSON and hash documents.
linkTitle: Index and query documents
title: Index and query documents
scope: example
relatedPages:
- /develop/clients/go/vecsearch
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
weight: 20
---

Expand Down
10 changes: 10 additions & 0 deletions content/develop/clients/go/vecsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ categories:
description: Learn how to index and query vector embeddings with Redis
linkTitle: Index and query vectors
title: Index and query vectors
scope: example
relatedPages:
- /develop/clients/go/queryjson
- /develop/clients/go/vecsets
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
- vectors
weight: 30
---

Expand Down
6 changes: 6 additions & 0 deletions content/develop/clients/go/vecsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ linkTitle: Vector set embeddings
title: Vector set embeddings
weight: 35
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
scope: example
relatedPages:
- /develop/clients/go/vecsearch
topics:
- vector sets
- vectors
bannerChildren: true
---

Expand Down
7 changes: 7 additions & 0 deletions content/develop/clients/jedis/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
title: Error handling
description: Learn how to handle errors when using Jedis.
linkTitle: Error handling
scope: implementation
relatedPages:
- /develop/clients/error-handling
- /develop/clients/jedis/produsage
topics:
- error-handling
- resilience
weight: 50
---

Expand Down
8 changes: 8 additions & 0 deletions content/develop/clients/jedis/queryjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ categories:
description: Learn how to use the Redis query engine with JSON and hash documents.
linkTitle: Index and query documents
title: Index and query documents
scope: example
relatedPages:
- /develop/clients/jedis/vecsearch
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
weight: 2
---

Expand Down
10 changes: 10 additions & 0 deletions content/develop/clients/jedis/vecsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ categories:
description: Learn how to index and query vector embeddings with Redis
linkTitle: Index and query vectors
title: Index and query vectors
scope: example
relatedPages:
- /develop/clients/jedis/queryjson
- /develop/clients/jedis/vecsets
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
- vectors
weight: 3
---

Expand Down
6 changes: 6 additions & 0 deletions content/develop/clients/jedis/vecsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ linkTitle: Vector set embeddings
title: Vector set embeddings
weight: 4
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
scope: example
relatedPages:
- /develop/clients/jedis/vecsearch
topics:
- vector sets
- vectors
bannerChildren: true
---

Expand Down
8 changes: 8 additions & 0 deletions content/develop/clients/lettuce/queryjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ categories:
description: Learn how to use the Redis query engine with JSON and hash documents.
linkTitle: Index and query documents
title: Index and query documents
scope: example
relatedPages:
- /develop/clients/lettuce/vecsearch
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
weight: 2
---

Expand Down
10 changes: 10 additions & 0 deletions content/develop/clients/lettuce/vecsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ categories:
description: Learn how to index and query vector embeddings with Redis
linkTitle: Index and query vectors
title: Index and query vectors
scope: example
relatedPages:
- /develop/clients/lettuce/queryjson
- /develop/clients/lettuce/vecsets
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
- vectors
weight: 3
---

Expand Down
6 changes: 6 additions & 0 deletions content/develop/clients/lettuce/vecsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ linkTitle: Vector set embeddings
title: Vector set embeddings
weight: 40
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
scope: example
relatedPages:
- /develop/clients/lettuce/vecsearch
topics:
- vector sets
- vectors
bannerChildren: true
---

Expand Down
7 changes: 7 additions & 0 deletions content/develop/clients/nodejs/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
title: Error handling
description: Learn how to handle errors when using node-redis.
linkTitle: Error handling
scope: implementation
relatedPages:
- /develop/clients/error-handling
- /develop/clients/nodejs/produsage
topics:
- error-handling
- resilience
weight: 6
---

Expand Down
8 changes: 8 additions & 0 deletions content/develop/clients/nodejs/queryjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ categories:
description: Learn how to use the Redis Query Engine with JSON and hash documents.
linkTitle: Index and query documents
title: Index and query documents
scope: example
relatedPages:
- /develop/clients/nodejs/vecsearch
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
weight: 2
---

Expand Down
10 changes: 10 additions & 0 deletions content/develop/clients/nodejs/vecsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ categories:
description: Learn how to index and query vector embeddings with Redis
linkTitle: Index and query vectors
title: Index and query vectors
scope: example
relatedPages:
- /develop/clients/nodejs/queryjson
- /develop/clients/nodejs/vecsets
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
- vectors
weight: 3
---

Expand Down
6 changes: 6 additions & 0 deletions content/develop/clients/nodejs/vecsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ linkTitle: Vector set embeddings
title: Vector set embeddings
weight: 4
bannerText: Vector set is a new data type that is currently in preview and may be subject to change.
scope: example
relatedPages:
- /develop/clients/nodejs/vecsearch
topics:
- vector sets
- vectors
bannerChildren: true
---

Expand Down
8 changes: 8 additions & 0 deletions content/develop/clients/php/queryjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ categories:
description: Learn how to use the Redis query engine with JSON and hash documents.
linkTitle: Index and query documents
title: Index and query documents
scope: example
relatedPages:
- /develop/clients/php/vecsearch
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
weight: 20
---

Expand Down
9 changes: 9 additions & 0 deletions content/develop/clients/php/vecsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ categories:
description: Learn how to index and query vector embeddings with Redis
linkTitle: Index and query vectors
title: Index and query vectors
scope: example
relatedPages:
- /develop/clients/php/queryjson
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
- vectors
weight: 30
---

Expand Down
7 changes: 7 additions & 0 deletions content/develop/clients/redis-py/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
title: Error handling
description: Learn how to handle errors when using redis-py
linkTitle: Error handling
scope: implementation
relatedPages:
- /develop/clients/error-handling
- /develop/clients/redis-py/produsage
topics:
- error-handling
- resilience
weight: 65
---

Expand Down
8 changes: 8 additions & 0 deletions content/develop/clients/redis-py/queryjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ categories:
description: Learn how to use the Redis query engine with JSON and hash documents.
linkTitle: Index and query documents
title: Index and query documents
scope: example
relatedPages:
- /develop/clients/redis-py/vecsearch
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
weight: 30
---

Expand Down
10 changes: 10 additions & 0 deletions content/develop/clients/redis-py/vecsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ categories:
description: Learn how to index and query vector embeddings with Redis
linkTitle: Index and query vectors
title: Index and query vectors
scope: example
relatedPages:
- /develop/clients/redis-py/queryjson
- /develop/clients/redis-py/vecsets
- /develop/ai/search-and-query
topics:
- Redis Query Engine
- JSON
- hash
- vectors
weight: 40
---

Expand Down
Loading