0

I tried to set up Redis as an Envoy proxy from this example https://github.com/envoyproxy/envoy/tree/main/examples/redis. The problem is it does not support some commands like HELLO and INFO in Spring boot I used lettuce for connecting to this Redis and it failed because it needs the HELLO command I was able to work with redisson but its Redis health check fails because tries to use INFO command. Does anyone have any Envoy experience and how can I make it work with these libraries?

0 Answers0