Skip to content

Commit 18757d4

Browse files
author
Julien Ruaux
committed
docs: Added generated ToC
1 parent e1c13bf commit 18757d4

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.adoc

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
:project-group: com.redis
55
:project-version: 0.3.1
66
:name: Redis SQL Trino
7+
:toc:
8+
:toc-placement!:
79

810
++++
911
<p align="center">
@@ -27,15 +29,7 @@ Trino is a distributed SQL engine designed to query large data sets across one o
2729
Though Trino does support a https://trino.io/docs/current/connector/redis.html[Redis OSS connector], this connector is limited to SCAN and subsequent HGET operations, which do not scale well in high-throughput scenarios.
2830
However, that is where {name} shines since it can push the entire query to the data atomically. This eliminates the waste of many network hops and subsequent operations.
2931

30-
== Table of Contents
31-
32-
* link:#background[Background]
33-
* link:#requirements[Requirements]
34-
* link:#quick-start[Quick start]
35-
* link:#installation[Installation]
36-
* link:#Usage[Usage]
37-
* link:#Support[Support]
38-
* link:#License[License]
32+
toc::[]
3933

4034
== Background
4135

0 commit comments

Comments
 (0)