summaryrefslogtreecommitdiff
path: root/CRDT
AgeCommit message (Expand)Author
2023-07-28WIP: fix memory leakZheng Chao
2023-06-07:bug: fix uninitialized memory in bulk token bucketZheng Chao
2023-06-07WIPZheng Chao
2023-05-27Trival or map subtle test case郑超
2023-05-26Repair Centos 7 environment, CI build failedv3.0.4fengweihao
2023-05-26Bugfix: In OR_map_merge(), the dst_record holds an incorrect uuid.Zheng Chao
2023-05-05Feature Fair and Bulk Token Bucket郑超
2023-03-11:bug: Fix inaccuarte `TINFO` when a token bucket has a zero CIR and zero CBS.Zheng Chao
2023-03-10token bucket CBS and CIR are set to zero, this token does not set speed limitfengweihao
2023-02-06bugfix: Optimize token accumulation time, Fix the REPLY_INT_MINORS1 assignmen...fengweihao
2023-01-13:bug: To avoid ambiguous, data type is mandatory in OR map SET operation.Zheng Chao
2023-01-10🧪 test(crdt_gtest): ORMap add test case ReSetAndGetyangwei
2022-12-21:bug: When using multiple worker threads, the `CLUSTER INFO` command outputs ...Zheng Chao
2022-12-06:sparkles: `CRDT INFO` command for debug.Zheng Chao
2022-11-15:art: Format CodeZheng Chao
2022-11-14:sparkles: New data type Hash.Zheng Chao
2022-11-14:construction: Implementing type Hash.Zheng Chao
2022-11-11:zap: The store object uses a primitive method to do serialization.Zheng Chao
2022-11-11:zap: The PN Counter uses a primary method to do serialization and deserializ...Zheng Chao
2022-10-26fix typosZheng Chao
2022-10-22The OC Token Bucket is robust to over consuming.zhengchao
2022-10-21Add a new data type token bucket, which is manipulated by TCFG, TCONSUME and ...郑超
2022-10-21🧪 test(crdt_gtest.cpp): add different traffic distribute test for oc_token...zhangluting
2022-09-22OC token bucket supports OCTB_CMD_READ_REFILLED option.zhengchao
2022-09-13Add test cases for OC token bucket, which are network partition, concurrent c...zhengchao
2022-09-13Handle OC token bucket over consumption at network partition.zhengchao
2022-09-12Fix OC token bucket refilling bugs.zhengchao
2022-09-09refactor token bucket consume function for better testing.zhengchao
2022-09-08A novel CRDT type: Observed-Consume Token Bucket CRDT.zhengchao
2022-09-03Add test cases of PN_counter_set()zhengchao
2022-09-03Write PN Counter with PN_counter_set()zhengchao
2022-07-22fix memory leaks caused by remote command processingzhengchao
2022-07-14Add Set (data type) related commands, which are SADD, SREM, SCARD, SMEMBERS a...zhengchao
2022-07-12完善OR Map的单元测试用例,修复合并嵌入的PN Counter时的笔误zhengchao
2022-07-11实现OR Mapzhengchao
2022-07-09PN Counter仅支持RESET为0,因此仅允许"SET key 0",在SET非0值时�...zhengchao
2022-07-09PN Counter支持Set;SET命令支持Counter数据类型zhengchao
2022-07-08CRDT中增加OR-Set数据类型。zhengchao
2022-07-01使用CRDT重新实现zhengchao