mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-24 23:04:40 +08:00
fix: 限制Redis安装数量
This commit is contained in:
parent
793078b441
commit
1090047e55
1 changed files with 2 additions and 2 deletions
|
@ -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/"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue