Connect with Redis clients

Connect your application to a Redis database and try an example

Here, you will learn how to connect your application to a Redis database. If you're new to Redis, you might first want to install Redis with Redis Stack and RedisInsight.

For more Redis topics, see Using and Managing Redis.

If you're ready to get started, see the following guides for the official client libraries you can use with Redis. For a complete list of community-driven clients, see Clients.

High-level client libraries

The Redis OM client libraries let you use the document modeling, indexing, and querying capabilities of Redis Stack much like the way you'd use an ORM. The following Redis OM libraries support Redis Stack:


Rate this page