You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/commands/pexpire.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,13 +108,13 @@ TTL mykey
108
108
tab2="RESP3" >}}
109
109
110
110
One of the following:
111
-
*[Integer reply](../../develop/reference/protocol-spec#integers): `0`if the timeout was not set. For example, if the key doesn't exist, or the operation skipped because of the provided arguments.
111
+
*[Integer reply](../../develop/reference/protocol-spec#integers): `0`if the timeout was not set. For example, if the key doesn't exist, or the operation skipped because of the provided arguments.
112
112
*[Integer reply](../../develop/reference/protocol-spec#integers): `1` if the timeout was set.
113
113
114
114
-tab-sep-
115
115
116
116
One of the following:
117
-
*[Integer reply](../../develop/reference/protocol-spec#integers): `0`if the timeout was not set. For example, if the key doesn't exist, or the operation skipped because of the provided arguments.
117
+
*[Integer reply](../../develop/reference/protocol-spec#integers): `0`if the timeout was not set. For example, if the key doesn't exist, or the operation skipped because of the provided arguments.
118
118
*[Integer reply](../../develop/reference/protocol-spec#integers): `1` if the timeout was set.
description: This is the Redis vector library (RedisVL).
12
+
group: library
13
+
hidden: false
14
+
linkTitle: 0.9.1
15
+
summary: RedisVL provides a powerful, dedicated Python client library for using Redis
16
+
as a vector database. Leverage Redis's speed, reliability, and vector-based semantic
17
+
search capabilities to supercharge your application.
18
+
title: RedisVL
19
+
type: integration
20
+
weight: 1
21
+
bannerText: This documentation applies to version 0.9.1.
22
+
bannerChildren: true
23
+
url: '/develop/ai/redisvl/0.9.1/'
24
+
---
25
+
RedisVL is a powerful, dedicated Python client library for Redis that enables seamless integration and management of high-dimensional vector data.
26
+
Built to support machine learning and artificial intelligence workflows, RedisVL simplifies the process of storing, searching, and analyzing vector embeddings, which are commonly used for tasks like recommendation systems, semantic search, and anomaly detection.
27
+
28
+
Key features of RedisVL include:
29
+
30
+
- Vector Similarity Search: Efficiently find nearest neighbors in high-dimensional spaces using algorithms like HNSW (Hierarchical Navigable Small World).
31
+
- Integration with AI Frameworks: RedisVL works seamlessly with popular frameworks such as TensorFlow, PyTorch, and Hugging Face, making it easy to deploy AI models.
32
+
- Scalable and Fast: Leveraging Redis's in-memory architecture, RedisVL provides low-latency access to vector data, even at scale.
33
+
- By bridging the gap between data storage and AI model deployment, RedisVL empowers developers to build intelligent, real-time applications with minimal infrastructure complexity.
0 commit comments