{
  "id": "client_references",
  "title": "Develop with Redis clients",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/client_references/",
  "summary": "Redis client libraries allow you to connect to Redis instances from within your application. This section provides an overview of several recommended Redis clients for popular programming and scripting languages.",
  "content": "To connect to Redis instances from within your application, use a Redis client library that matches your application's language.\n\n## Official clients\n\n| Language | Client name |\n| :---------- | :------------- |\n| .Net | [NRedisStack]() |\n| Go | [go-redis]() |\n| Java | [Jedis]() (Synchronous) and [Lettuce]() (Asynchronous) |\n| Node.js | [node-redis]() |\n| Python | [redis-py]() |\n\nSelect a client name to see its quick start.\n\n## Other clients\n\nFor a list of community-driven Redis clients, which are available for more programming languages, see\n[Community-supported clients]().\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00",
  "children": []
}

