Connect with Redis clients
Connect your application to a Redis database and try an example
Use the Redis client libraries to connect to Redis servers from your own code. We support and document client libraries for four main languages: Python, C#/.NET, Node.js, and Java. We also provide higher-level object mapping (OM) for these languages.
We also develop libraries for the following languages but with limited support and documentation on external sites:
You will need access to a Redis server to use these libraries. You can experiment with a local installation of Redis Stack (see Install Redis Stack) or with a free trial of Redis Cloud. To interact with a Redis server without writing code, use the Redis CLI and Redis Insight tools.