sewenew

Results 163 comments of sewenew

> New certs only impact new connection. And keep existing connection should be fine. Agree? This might not be a good idea. In this case, connections in the underlying connection...

I'm not familiar with TLS stuff. But do you mean that a Redis server can serve with multiple different certificate files? Also, I don't think it's a frequent operation to...

@TedLyngmo I added some comments. Please take a look. Sorry again for the late reply. Too busy... Regards

Thanks for reporting! However, I'm not sure why you want to *do multiple builds at the same time from the same source tree*? Can you give me the specific scenario?...

In fact, it has already been documented in README, check [this](https://github.com/sewenew/redis-plus-plus#skip-certificate-verification) for detail. Regards

What's your boost version? The minimum version requirement for Boost is 1.55.0. I'm not sure if this is a duplicated issue with [this one](https://github.com/sewenew/redis-plus-plus/issues/318). Regards

Thanks for pointing it out! I'll take a look into it. Regards

After some research, I found the problem lies on `boost::promise::set(std::exception_ptr)`. When something bad happens, e.g. failed to connect to Redis, we call `promise::set` to report error. When boost enabled, it's...

In fact, this feature is on the way. However, there's some problem with the async interface, and I'm considering how to do error handling elegantly. The interface is more or...

`RedisCluster::for_each` has been merged into the master branch. Please take a try. If you have any problem, feel free to let me know. `for_each` for AsyncRedisCluster is still on the...