Develop with Redis clients
To connect to Redis instances from within your application, use a Redis client library that matches your application’s language.
Official clients
| Language | Client name |
|---|---|
| .Net | NRedisStack |
| Go | go-redis |
| Java | Jedis |
| Node.js | node-redis |
| Python | 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 Other Clients.