Brett cave

Results 15 comments of Brett cave

ah, true. But then this could potentially cause problems: ``` cluster.set(key, value) // sets on nodeX cluster.pipeline { p => p.get(key) // gets from a random node, not necessarily nodeX...

Unless it was possible to replicate the queuing on the driver side? so a server never gets a multi, it just gets the command, the response is returned to the...

yeah, we have looked at that, and was going to try implement something similar (redis_failover). It does seem like pipelining in a cluster is not viable.

`err_on_failed_lookup` was added in 0.30.0, but is only available as a config file option (https://github.com/hashicorp/consul-template/issues/1637) For this request, would it be possible for 2 enhancements: 1. Add as a CLI...

> @brettcave the config option didn't work for me using the version provided in top post. OTOH without CLI option and needing to always provide location of configuration every time...