From 1090047e55864245a1024c4ee9fd43ecdfd8030c Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Fri, 2 Dec 2022 09:40:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=90=E5=88=B6Redis=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/list.json b/apps/list.json index 1ec797b3f..1b64cbce9 100644 --- a/apps/list.json +++ b/apps/list.json @@ -60,14 +60,14 @@ }, { "key": "redis", - "name": "redis", + "name": "Redis", "tags": ["Database"], "versions": ["7.0.5","6.0.16"], "short_desc": "高性能的 key-value 数据库", "author": "Salvatore Sanfilippo", "type": "runtime", "required": [], - "limit": 0, + "limit": 1, "crossVersionUpdate": true, "source": "https://redis.io/" },