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/index.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,6 @@ description: sql-redis documentation. SQL to Redis FT.SEARCH and FT.AGGREGATE tr
4
4
5
5
# sql-redis
6
6
7
-
!!! warning "Status: Experimental"
8
-
9
-
sql-redis is part of the [Redis AI Hub](https://redis.io/ai-hub/) under the
10
-
**Experimental** tier. The Python API can change between minor releases. The
11
-
project is validating its design and SQL surface in real use; we welcome bug
12
-
reports and feedback at the [issue tracker](https://github.com/redis-developer/sql-redis/issues).
13
-
14
7
Query Redis collections with familiar SQL on top of RediSearch and RedisVL indexes. sql-redis converts SQL `SELECT` statements into Redis `FT.SEARCH` and `FT.AGGREGATE` commands, looking up index schemas via `FT.INFO` so the translation respects the underlying field types.
0 commit comments