Colin

Results 9 comments of Colin

> No 近期也在学习这份源码,准备整理一些源码阅读稳定,有兴趣可以看到 (https://ti-redis.gitee.io/ti-redis-home) ,在 TIKV 上用 c++ 做一层 Redis,大部分网络层代码都是借鉴这个项目的

这个目前还没做,需要提交一个配置变更提案到 raft ,之后把配置变更同步到集群中的每一个节点

> add raw kv api for client-c I'm using this client to write something, but I can't find the operation related to raw API, so I wrote it with reference...

> Does RaftLog's Append function have concurrency issues? In Append, you didn't lock, but you went through all the logs to get the lastLogID. I think such an operation might...