Skip to content

Commit ea8c4e8

Browse files
committed
DOC-2511: reorder the clients by language list
1 parent 4dece07 commit ea8c4e8

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "NRedisStack",
33
"description": "This client is developed by Redis to bring RedisStack support to CSharp.",
4-
"recommended": true
4+
"official": true
55
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "go-redis",
33
"description": "Redis client for Golang supporting Redis Sentinel and Redis Cluster out of the box.",
4-
"recommended": true
5-
}
4+
"official": true
5+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "Jedis",
33
"description": "A blazingly small and sane Redis Java client",
4-
"recommended": true,
4+
"official": true,
55
"twitter": [
66
"xetorthio",
77
"g_korland"
88
]
9-
}
9+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "node-redis",
33
"description": "Recommended client for node.",
4-
"recommended": true
5-
}
4+
"official": true
5+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "redis-py",
33
"description": "Mature and supported. The way to go for Python.",
4-
"recommended": true
4+
"official": true
55
}

resources/clients/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Clients"
33
linkTitle: "Clients"
44
weight: 10
5-
description: Implementations of the Redis protocol in different programming languages. To get started see [Client quickstarts](/docs/clients/).
5+
description: Implementations of the Redis protocol in different programming languages. To get started with an official client, click on one of the quickstart guide links below.
66
layout: bazzar
77
bazzar: clients
88
aliases:

0 commit comments

Comments
 (0)