Ioannis Papapanagiotou
Ioannis Papapanagiotou
@dzhou121 we use `florida_provider` as well. How often do you see this happening?
There are several exemplar YAML configurations in this [folder](https://github.com/Netflix/dynomite/tree/dev/conf).
A couple of questions: * `[2017-06-21 12:51:15.731] redis_parse_req:1230 parsed unsupported command 'COMMAND'`: What version of `redis-cli` are you using? * What version of Dynomite are you using? * Have you...
A couple of things. 1. Use the latest dev branch; 2. Replace DNS names with IP addresses? That is to resolve the seg fault; 3. Use an older version of...
Any Redis version is compatible... The problem is that the new `redis-cli` has an extra command for which we need to add support for. We use 3.0.7 in our systems....
Does using `enable_gossip=false` parameter in the YAML work better?
You are correct. There is a bug in the response of the REST call. The `PING` in Dynomite works fine some there is a small disconnect there. We are not...
Great, thanks! I do not believe it is a hard dependency. You can file also file a PR if you want to update to the latest `yaml-0.1.6`. You will need...
@diegopacheco should probably provide some context as we are not using this part internally..
If I recall correctly, Dynomite does not support the client to server Redis encryption but encrypts replicated data. The assumption is that your client and server are on the same...