Closed tijom closed 2 years ago
Running into some strange issues while using redis 6.2.6 as the config server. The config is stored using the HSET commands
HSET appt-src-svc-local vertx '{"listen.port": 8080}' HSET appt-src-svc-local mongo '{"host":"127.0.0.1", "port":27017}' ...
When using Redis 4, the config can be retrieved correctly. If we switch to V 6.2.6, the RedisConfigStore is unable to parse the Response correctly.
Any help will be much appreciated.
TIA
Running into some strange issues while using redis 6.2.6 as the config server. The config is stored using the HSET commands
HSET appt-src-svc-local vertx '{"listen.port": 8080}' HSET appt-src-svc-local mongo '{"host":"127.0.0.1", "port":27017}' ...
When using Redis 4, the config can be retrieved correctly. If we switch to V 6.2.6, the RedisConfigStore is unable to parse the Response correctly.
Any help will be much appreciated.
TIA