sewenew

Results 163 comments of sewenew

Thanks for the suggestion! I'll take a research on how to do async pipeline with other Redis client libraries. Regards

Sorry, but the whole error system of redis-plus-plus is based on exception. It's a huge work to make it exception-less. I'll consider your suggestion, but I don't think it can...

Thanks a lot for the suggestion! By the way, what do you mean *some compiler targets don't support try-catch at all at runtime*? In that case, your application cannot even...

You can get the version information from CMakeLists.txt. Regards

I'll add a version file in the next release. Thanks for your suggestion! Regards

Version info has been added to `src/sw/redis++/version.h` file. Regards

Can you show me the minimum code that reproduce your problem? You can try the following code, if you continue sending command to it, once the new master is elected,...

Thanks for the info! Both async and sync API sends command to the old master node, since the client has no idea that a new master has been elected (since...

I have to admit that I didn't realize this problem before your issue. However, so far, it's not an easy job to implement the retry with async interface (you know...