Back to Redis

Develop with Redis

content/develop/_index.md

latest4.2 KB
Original Source

Get a Redis server running in minutes with a free trial of [Redis Cloud]({{< relref "/operate/rc" >}}), or install [Redis Open Source]({{< relref "/operate/oss_and_stack" >}}) locally on your machine. Check out the <a href="https://hub.docker.com/_/redis">Redis Docker Hub</a> for the latest release. Then, explore Redis with your favorite [programming language]({{< relref "/develop/clients" >}}) or analyze and manage your database with our [UI tools]({{< relref "/develop/tools" >}}):

Get startedDocument searchVector search
[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" >}})
[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" >}})
[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" >}})
[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" >}})
[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" >}})
[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" >}})
{{< image-card image="images/dev/icons/icon-redis-insight-64-duotone.png" alt="Redis Insight icon" title="Redis Insight" url="/develop/tools/insight" >}} <p>Visual client tool for creating, managing, and analyzing Redis databases.
<a href="https://redis.io/downloads/#insight">Download Redis Insight</a>.</p>{{< image-card image="images/dev/icons/icon-redis-code-64-duotone.png" alt="Redis for VS Code icon" title="Redis for VS Code" url="/develop/tools/redis-for-vscode" >}} <p>VS Code extension for creating, managing, and analyzing Redis databases.
<a href="https://marketplace.visualstudio.com/items?itemName=redis.redis">Install Redis for VS Code</a>.</p>
{{< image-card image="images/icon_logo/icon-developers-64-midnight.png" alt="Quick start icon" title="Quick start" url="/develop/get-started" >}}{{< image-card image="images/icon_logo/icon-data-structures-64-midnight.png" alt="Data types icon" title="Data types" url="/develop/data-types" >}}{{< image-card image="images/icon_logo/icon-text-search-64-midnight.png" alt="Redis Search icon" title="Redis Search" url="/develop/ai/search-and-query" >}}
[Vector database]({{< relref "/develop/get-started/vector-database" >}})</br>[Document store]({{< relref "/develop/get-started/document-database" >}})</br>[Data structure store]({{< relref "/develop/get-started/data-store" >}})</br>[RAG with Redis]({{< relref "/develop/get-started/rag" >}})</br>[GenAI]({{< relref "/develop/get-started/redis-in-ai" >}})[String]({{< relref "/develop/data-types/strings" >}})</br>[JSON]({{< relref "/develop/data-types/json" >}})</br>[Hash]({{< relref "/develop/data-types/hashes" >}})</br>[Vector set]({{< relref "/develop/data-types/vector-sets" >}})</br>[Probabilistic types]({{< relref "/develop/data-types/probabilistic" >}})[Get started]({{< relref "/develop/ai/search-and-query" >}})</br>[Schema field types]({{< relref "/develop/ai/search-and-query/indexing/field-and-type-options" >}})</br>[Indexing]({{< relref "/develop/ai/search-and-query/indexing" >}})</br>[Querying]({{< relref "/develop/ai/search-and-query/query" >}})