File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -112,15 +112,15 @@ services:
112
112
depends_on :
113
113
clustering :
114
114
condition : service_completed_successfully
115
- # redis-cluster-proxy:
116
- # image: ghcr.io/redis-rb/redis-cluster-proxy:latest
117
- # restart: "${RESTART_POLICY:-always}"
118
- # command:
119
- # - "--bind"
120
- # - "0.0.0.0"
121
- # - "node1:6379"
122
- # ports:
123
- # - "7001:7777"
124
- # depends_on:
125
- # clustering:
126
- # condition: service_completed_successfully
115
+ redis-cluster-proxy :
116
+ image : ghcr.io/redis-rb/redis-cluster-proxy:latest
117
+ restart : " ${RESTART_POLICY:-always}"
118
+ command :
119
+ - " --bind"
120
+ - " 0.0.0.0"
121
+ - " node1:6379"
122
+ ports :
123
+ - " 7001:7777"
124
+ depends_on :
125
+ clustering :
126
+ condition : service_completed_successfully
Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ def new_test_client
84
84
end
85
85
end
86
86
87
- # class RedisClusterProxy < BenchmarkWrapper
88
- # include BenchmarkMixin
89
- # include BenchmarkMixinForProxy
87
+ class RedisClusterProxy < BenchmarkWrapper
88
+ include BenchmarkMixin
89
+ include BenchmarkMixinForProxy
90
90
91
- # private
91
+ private
92
92
93
- # def new_test_client
94
- # ::RedisClient.config(**TEST_GENERIC_OPTIONS.merge(BENCH_REDIS_CLUSTER_PROXY_OPTIONS)).new_client
95
- # end
96
- # end
93
+ def new_test_client
94
+ ::RedisClient . config ( **TEST_GENERIC_OPTIONS . merge ( BENCH_REDIS_CLUSTER_PROXY_OPTIONS ) ) . new_client
95
+ end
96
+ end
97
97
end
You can’t perform that action at this time.
0 commit comments