File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ export const ossStandaloneRedisearch = {
32
32
} ;
33
33
34
34
export const ossClusterConfig = {
35
- ossClusterHost : process . env . OSS_CLUSTER_HOST || 'oss-cluster ' ,
36
- ossClusterPort : process . env . OSS_CLUSTER_PORT || '7000 ' ,
35
+ ossClusterHost : process . env . OSS_CLUSTER_HOST || 'master-plain-7-1 ' ,
36
+ ossClusterPort : process . env . OSS_CLUSTER_PORT || '6379 ' ,
37
37
ossClusterDatabaseName : `${ process . env . OSS_CLUSTER_DATABASE_NAME || 'test_cluster' } -${ uniqueId } `
38
38
} ;
39
39
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ echo "yes" | redis-cli \
8
8
172.31.100.211:6379 \
9
9
172.31.100.212:6379 \
10
10
172.31.100.213:6379 \
11
- --cluster-replicas 0
11
+ --cluster-replicas 0 \
12
+ && redis-server
You can’t perform that action at this time.
0 commit comments