summaryrefslogtreecommitdiff
path: root/src/t_token_bucket.c
AgeCommit message (Expand)Author
2024-07-11Add new weighted test case for fair token bucket.Zheng Chao
2024-06-25The Network Layer is easy to read. Compression Ratio is available in network ...郑超
2024-06-17Add command `BTQUERY` to query specific bucket.Zheng Chao
2024-06-17Refactor Bulk Token Bucket with Cuckoo Hashing郑超
2024-03-30Add new data type: Count-Min Sketch. Rename `BFRESERVE` to `BFINIT` for consi...郑超
2024-03-22Add git version to `INFO` command; add consume type to `FTCONSUME` command.郑超
2024-02-29Bloom Filter and Token bucket refill period customization.v4.1.0郑超
2023-08-31bugfix: OC token bucket wastes tokens due to refill timestamp is miroseconds ...Zheng Chao
2023-08-05Remove accessing_node parameter from all command functions.Zheng Chao
2023-07-11WIPZheng Chao
2023-05-05Feature Fair and Bulk Token Bucket郑超
2023-01-02:recycle: refactor undefined object handling.Zheng Chao
2022-12-23For avoiding key route entry oscillation, the keyspace ignores node crash.Zheng Chao
2022-11-21Enable performance test.Zheng Chao
2022-11-16:bug: Bugfix: Writing on key with no local replica repeatly breaks consistency.Zheng Chao
2022-11-11:zap: The PN Counter uses a primary method to do serialization and deserializ...Zheng Chao
2022-11-10:bug: Concurrent execution and sync operations add duplicated objects to stor...Zheng Chao
2022-11-06New commands for latency tracking.Zheng Chao
2022-11-01Bugfix: Fix typos in TCFG command. Executing TCFG on same key twice causes se...Zheng Chao
2022-10-29Refactor colon seperated ip port郑超
2022-10-23TCONSUME on nonexist key should reply with integer 0Zheng 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-15Add ToC to Readmezhengchao