Tian

Results 22 comments of Tian

呃,因为我在网上看到一样的博文,以为你引用他的,不好意思。可以请教下你看的什么书吗,我也想系统地学习

@oranagra unfortunately I think you has a misunderstanding and the concern of this issue is about disk IO, some keyword like `queue depth`, `libaio` can prove it, and `io-uring` is...

An unshaped thought, why not fsync AOF in the background thread(or AIO etc.), and put the client into clocked, thus other processing won't be blocked simultaneously. Once the operation is...

> In `usUntilEarliestTimer` we could also just skip over all timer events that are marked with delete. Yes I also had a initial version of the patch ``` static int64_t...

Maybe it's not a bug but by design, not sure ``` ########################## CLUSTER DOCKER/NAT support ######################## # In certain deployments, Redis Cluster nodes address discovery fails, because # addresses are...

In my local test the `cluster-announce-bus-port` setting would take effect on the gossip traffic, so the function works well, but it's not reflected in the local `cluster nodes` output as...

Yes we encountered a data center accident, after the recovery, we found there're many unexpected chained replicas, the above simulation is one of some cases we thought may result in...

After a rough read the point most concern me is the two tier architecture seems too flexible, that users may be hard to understand it, and abuse the deployment. There're...

How about remaining the api but substituting the function implementation, thus the caller code wouldn't be broken. Additional problem is release interator will be a nop function, should we remain...

Yes I meant that leverage some macro trick to implement initializing a local variable and returning the pointer of it, but I find the macro is hard to think out......