Back to Redis

Index

content/operate/rs/7.22/references/client_references/_index.md

latest879 B
Original Source

To connect to Redis instances from within your application, use a Redis client library that matches your application's language.

Official clients

LanguageClient name
.Net[NRedisStack]({{< relref "/develop/clients/dotnet" >}})
Go[go-redis]({{< relref "/develop/clients/go" >}})
Java[Jedis]({{< relref "/develop/clients/jedis" >}}) (Synchronous) and [Lettuce]({{< relref "/develop/clients/lettuce" >}}) (Asynchronous)
Node.js[node-redis]({{< relref "/develop/clients/nodejs" >}})
Python[redis-py]({{< relref "/develop/clients/redis-py" >}})

Select a client name to see its quick start.

Other clients

For a list of community-driven Redis clients, which are available for more programming languages, see [Community-supported clients]({{< relref "/develop/clients#community-supported-clients" >}}).