@@ -14,6 +14,36 @@ on your machine. Then, explore Redis with your favorite
14
14
or analyze and manage your database with our
15
15
[ UI tools] ({{< relref "/develop/tools" >}}):
16
16
17
- {{< client-splash >}}
17
+ | | Get started | Document search | Vector search |
18
+ | :----- | :-----: | :-----: | :-----:|
19
+ | [ Python] ({{< relref "/develop/clients/redis-py" >}}) | [ See Python examples] ({{< relref "/develop/clients/redis-py/connect" >}}) | [ See Python examples] ({{< relref "/develop/clients/redis-py/queryjson" >}}) | [ See Python examples] ({{< relref "/develop/clients/redis-py/vecsearch" >}}) |
20
+ | [ C#/.NET] ({{< relref "/develop/clients/dotnet" >}}) | [ See C# examples] ({{< relref "/develop/clients/dotnet/connect" >}}) | [ See C# examples] ({{< relref "/develop/clients/dotnet/queryjson" >}}) | [ See C# examples] ({{< relref "/develop/clients/dotnet/vecsearch" >}}) |
21
+ | [ Node.js] ({{< relref "/develop/clients/nodejs" >}}) | [ See JS examples] ({{< relref "/develop/clients/nodejs/connect" >}}) | [ See JS examples] ({{< relref "/develop/clients/nodejs/queryjson" >}}) | [ See JS examples] ({{< relref "/develop/clients/nodejs/vecsearch" >}}) |
22
+ | [ Java] ({{< relref "/develop/clients/jedis" >}}) | [ See Java examples] ({{< relref "/develop/clients/jedis/connect" >}}) | [ See Java examples] ({{< relref "/develop/clients/jedis/queryjson" >}}) | [ See Java examples] ({{< relref "/develop/clients/jedis/vecsearch" >}}) |
23
+ | [ Go] ({{< relref "/develop/clients/go" >}}) | [ See Go examples] ({{< relref "/develop/clients/go/connect" >}}) | [ See Go examples] ({{< relref "/develop/clients/go/queryjson" >}}) | [ See Go examples] ({{< relref "/develop/clients/go/vecsearch" >}}) |
24
+ | [ PHP] ({{< relref "/develop/clients/php" >}}) | [ See PHP examples] ({{< relref "/develop/clients/php/connect" >}}) | [ See PHP examples] ({{< relref "/develop/clients/php/queryjson" >}}) | [ See PHP examples] ({{< relref "/develop/clients/php/vecsearch" >}}) |
18
25
19
- {{< dev-features >}}
26
+ <div class =" flex flex-col gap-5 " >
27
+ <div class =" flex items-start " >
28
+ <img src="/develop/tools/insight/images/Browser.png" class="w-[300px] mr-4">
29
+ <div>
30
+ <h3><a href="/develop/tools/insight">Redis Insight</a></h3>
31
+ <p>Visual client tool for creating, managing, and analyzing Redis databases.</p>
32
+ </div>
33
+ </div >
34
+ <div class =" flex items-start " >
35
+ <img src="/images/dev/connect/vscode/vscode-cli.png" class="w-[300px] mr-4">
36
+ <div>
37
+ <h3><a href="/develop/tools/insight">Redis for VS Code</a></h3>
38
+ <p>Visual client tool for creating, managing, and analyzing Redis databases.</p>
39
+ </div>
40
+ </div >
41
+ </div >
42
+
43
+ | {{< image filename="images/icon_logo/icon-developers-32-midnight.png" >}}</br >[ ** Quick start** ] ({{< relref "/develop/get-started" >}}) | {{< image filename="images/icon_logo/icon-data-structures-32-midnight.png" >}}</br >[ ** Data types** ] ({{< relref "/develop/data-types" >}}) | {{< image filename="images/icon_logo/icon-text-search-32-midnight.png" >}}</br >[ ** Query engine** ] ({{< relref "/develop/interact/search-and-query" >}}) |
44
+ | -----| -----| -----|
45
+ | [ Vector database] ({{< relref "/develop/get-started/vector-database" >}}) | [ String] ({{< relref "/develop/data-types/strings" >}}) | [ Get started] ({{< relref "/develop/interact/search-and-query" >}}) |
46
+ | [ Document store] ({{< relref "/develop/get-started/document-database" >}}) | [ JSON] ({{< relref "/develop/data-types/json" >}}) | [ Schema field types] ({{< relref "/develop/interact/search-and-query/basic-constructs/field-and-type-options" >}}) |
47
+ | [ Data structure store] ({{< relref "/develop/get-started/data-store" >}}) | [ Hash] ({{< relref "/develop/data-types/hashes" >}}) | [ Indexing] ({{< relref "/develop/interact/search-and-query/indexing" >}}) |
48
+ | [ RAG with Redis] ({{< relref "/develop/get-started/rag" >}}) | [ Vector set] ({{< relref "/develop/data-types/vector-sets" >}}) | [ Querying] ({{< relref "/develop/interact/search-and-query/query" >}}) |
49
+ | [ GenAI] ({{< relref "/develop/get-started/redis-in-ai" >}}) | [ Probabilistic] ({{< relref "/develop/data-types/probabilistic" >}}) | [ Use cases] ({{< relref "/develop/interact/search-and-query/query-use-cases" >}}) |
0 commit comments