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: docs/overview/installation.md
+30-6Lines changed: 30 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,24 +49,21 @@ $ pip install .
49
49
$ pip install -e .
50
50
```
51
51
52
-
53
52
## Installing Redis
54
53
55
54
RedisVL requires a distribution of Redis that supports the [Search and Query](https://redis.com/modules/redis-search/) capability of which there are 3:
56
55
57
56
offering
57
+
58
58
1.[Redis Cloud](https://redis.io/cloud), a fully managed cloud offering
59
59
2.[Redis Stack](https://redis.io/docs/getting-started/install-stack/docker/), a local docker image for testing and development
60
60
3.[Redis Enterprise](https://redis.com/redis-enterprise/), a commercial self-hosted
61
61
62
-
63
-
64
62
### Redis Cloud
65
63
66
64
Redis Cloud is the easiest way to get started with RedisVL. You can sign up for a free account [here](https://redis.io/cloud). Make sure to have the `Search and Query`
67
65
capability enabled when creating your database.
68
66
69
-
70
67
### Redis Stack (local development)
71
68
72
69
For local development and testing, Redis-Stack can be used. We recommend running Redis
This will also spin up the [Redis Insight GUI](https://redis.io/insight/) at `http://localhost:8001`.
80
77
81
-
82
78
### Redis Enterprise (self-hosted)
83
79
84
80
Redis Enterprise is a commercial offering that can be self-hosted. You can download the latest version [here](https://redis.io/downloads/).
85
81
86
-
If you are considering a self-hosted Redis Enterprise deployment on Kubernetes, there is the [Redis Enterprise Operator](https://docs.redis.com/latest/kubernetes/) for Kubernetes. This will allow you to easily deploy and manage a Redis Enterprise cluster on Kubernetes.
82
+
If you are considering a self-hosted Redis Enterprise deployment on Kubernetes, there is the [Redis Enterprise Operator](https://docs.redis.com/latest/kubernetes/) for Kubernetes. This will allow you to easily deploy and manage a Redis Enterprise cluster on Kubernetes.
83
+
84
+
### Redis Sentinel
85
+
86
+
For high availability deployments, RedisVL supports connecting to Redis through Sentinel. Use the `redis+sentinel://` URL scheme to connect:
0 commit comments