Skip to content

Commit 3941f60

Browse files
committed
Add requirements to README
1 parent ba86876 commit 3941f60

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Trino is a distributed SQL engine designed to query large data sets across one o
2727
== Table of Contents
2828

2929
* link:#background[Background]
30+
* link:#requirements[Requirements]
3031
* link:#quick-start[Quick start]
3132
* link:#installation[Installation]
3233
* link:#Usage[Usage]
@@ -39,6 +40,16 @@ Redis is an in-memory data store designed to serve data with the fastest possibl
3940

4041
We built the {name} connector so that you can query Redis using SQL. This is useful for any application compatible with JDBC. For example, {name} lets you query and visualize your Redis data from Tableau.
4142

43+
== Requirements
44+
45+
{name} requires a Redis deployment that includes https://redis.io/docs/stack/search/https://redis.io/docs/stack/search/[RediSearch]. RediSearch is a https://redis.io/docs/reference/modules/[Redis module] that adds querying and secondary indexing to Redis.
46+
47+
Redis deployments that bundle RediSearch include:
48+
49+
* https://redis.com/try-free/[Redis Cloud]: Fully-managed, enterprise-grade Redis deployed on AWS, Azure, or GCP.
50+
* https://redis.com/redis-enterprise-software/overview/[Redis Enterprise]: Enterprise-grade Redis for on-premises and private cloud deployment.
51+
* https://redis.io/docs/stack/[Redis Stack]: Redis distribution that includes RediSearch, RedisJSON, RedisGraph, RedisTimeSeries, and RedisBloom.
52+
4253
== Quick start
4354

4455
To understand how {name} works, it's best to try it for yourself. View the screen recording or follow the steps below:

0 commit comments

Comments
 (0)