Skip to content

Commit 92452bf

Browse files
committed
chore(redis-cluster-proxy): rename to valkey-cluster-proxy
1 parent d654910 commit 92452bf

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

scripts/checker.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,6 @@
248248
"owner": "redis",
249249
"match": "^[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
250250
},
251-
"redis-cluster-proxy": {
252-
"name": "redis-cluster-proxy",
253-
"type": "github",
254-
"owner": "drycc-addons",
255-
"match": "^v[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
256-
},
257251
"valkey": {
258252
"name": "valkey",
259253
"type": "github",
@@ -266,6 +260,12 @@
266260
"owner": "drycc-addons",
267261
"match": "^v[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
268262
},
263+
"valkey-cluster-proxy": {
264+
"name": "valkey-cluster-proxy",
265+
"type": "github",
266+
"owner": "drycc-addons",
267+
"match": "^v[0-9]{1,}\.[0-9]{1,}\.[0-9]{1,}$",
268+
},
269269
"registry": {
270270
"name": "distribution",
271271
"type": "github",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function build() {
88
generate-stack-path
99
BIN_DIR="${DATA_DIR}"/bin
1010
mkdir -p "${BIN_DIR}"
11-
curl -fsSL -o "${BIN_DIR}"/"${STACK_NAME}" https://github.com/drycc-addons/redis-cluster-proxy/releases/download/v"${STACK_VERSION}"/"${STACK_NAME}"-linux."${OS_ARCH}"
11+
curl -fsSL -o "${BIN_DIR}"/"${STACK_NAME}" https://github.com/drycc-addons/valkey-cluster-proxy/releases/download/v"${STACK_VERSION}"/"${STACK_NAME}"-linux."${OS_ARCH}"
1212
chmod +x "${BIN_DIR}"/"${STACK_NAME}"
1313
}
1414

0 commit comments

Comments
 (0)