sewenew

Results 163 comments of sewenew

Sorry for the misleading info, but I'm not familiar with Windows building environment. Can you create a PR to fix the doc, or even better make the doc more precisely?...

Yes, the lock has performance penalty. However, it makes the code easier to write, since it seems that it's not an easy job to avoid the lock here. In fact,...

@hrishikesh713 Client side caching is quite complex, and not an easy job to implement. I might implement part of it in the future. I haven't take a deep look into...

@pratick5 Thanks for choosing redis++! It seems async interface is highly required. I will increase its priority. I did some research before, and the async interface will be based on...

@majianwei0705 So far, i.e. C++ 17 or even C++ 20, `std::future` doesn't support `then` interface. By default, the async interface returns `std::future`. However, I'll support some compile options to let...

@chentiannan I'll try to release the first async version at the beginning of May.

Async support is out! Although, so far, Redis Cluster, Redis Sentinel, Transaction and Subscriber support are still on the way. Please check the [doc](https://github.com/sewenew/redis-plus-plus#async-interface) for detail. Regards

@milanese1899 `SETBIT` is, in fact, removed on purpose. Please check [this issue](https://github.com/sewenew/redis-plus-plus/issues/14) for detail. Regards

@wingunder The async interface is partially done. It doesn't support Redis Sentinel and Redis Cluster. Recently I don't have enough time to finish it. The Bloom filter support was plan...

There's a plan to make redis-protobuf a protobuf store. However, so far, I'm too busy to begin this work. If you have any problem on it, feel free to let...