summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-04-01Feature/monitor4.3.0郑超
2024-03-30Add new data type: Count-Min Sketch. Rename `BFRESERVE` to `BFINIT` for consi...郑超
2024-02-29Bloom Filter and Token bucket refill period customization.v4.1.0郑超
2023-09-14Optimize performance AsyncExec test caseZheng Chao
2023-08-23Add swarmkv_options_set_max_dispatch_interval() and swarmkv_caller_get_pendin...Zheng Chao
2023-08-19Increase the ringbuf size of swarmkv_mesh to avoid message drops.Zheng Chao
2023-08-13Batch synchronization is now disabled by default. It can be enabled when all ...Zheng Chao
2023-08-10bugfix `cluster keys` commandZheng Chao
2023-08-09`swarmkv_cli` works again.Zheng Chao
2023-08-03WIP: multi-thread testZheng Chao
2023-07-29WIP: fix swarmkv_net_send() bugoptimize-multithread-lockfree-ringbufZheng Chao
2023-07-24WIP: It works.Zheng Chao
2023-06-24WIPZheng Chao
2023-05-05Feature Fair and Bulk Token Bucket郑超
2023-02-28The watch slots changes function adds resp code judgmentsv3.0.2fengweihao
2023-01-29:bulb: Add comments for swarmkv_optionsZheng Chao
2023-01-28:bug: The log.c should not close stderr, which causes event_base_dispatch() -...Zheng Chao
2023-01-26:sparkles: The SwarmKV supports cluster-announce-ip, cluster-announce-port an...Zheng Chao
2023-01-18:construction: Refactoring Consul communication of keyspace.Zheng Chao
2023-01-16Support specifying the address of the consul agentfengweihao
2022-12-30Support swamkv-cli matching path hints and fix the bugs in the leader election.fengweihao
2022-12-21:bug: When using multiple worker threads, the `CLUSTER INFO` command outputs ...Zheng Chao
2022-11-22:recycle: Rename Async API. Add async example.Zheng Chao
2022-11-15:art: Format CodeZheng Chao
2022-11-13:sparkles: Add commands `INCR`, `DECR` and API swarmkv_command_on().Zheng Chao
2022-11-09Bugfix: The `LATENCY COMMAND` shows inaccurate rate.Zheng Chao
2022-11-08Bugfix: node_t is not initialized in node_init_from_sockaddr(). The snet_thr ...Zheng Chao
2022-11-07New `TUNNEL` command for troubleshooting. The remote command processing code ...郑超
2022-11-02New commands `INFO` and `CLUSTER INFO`.Zheng Chao
2022-10-29Refactor colon seperated ip port郑超
2022-10-28A node can be a quiet follower by swarmkv_options_set_run_for_leader_flag(0).Zheng 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-20Rename swarmkv_options_set_timeout to swarmkv_options_set_p2p_timeout for cle...zhengchao
2022-10-18Add set p2p listening ports on the clifengweihao
2022-09-29Add command attach/detach to swarmkv clifengweihao
2022-09-15Add command cluster sanity check/heal to swarmkv clifengweihao
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-09PN Counter支持Set;SET命令支持Counter数据类型zhengchao
2022-07-01增加PERSIST命令和响应测试用例zhengchao
2022-07-01使用CRDT重新实现zhengchao
2022-05-03Add unit test cases for EXPIRE command; fix incorrect initialization of timeo...zhengchao
2022-05-03增加EXPIRE和TTL命令。zhengchao
2022-04-09增加incrby命令的测试用例, 删除无用的关于swarmkv_operator的...zhengchao
2022-04-06swarmkv-cli增加命令补全和提示功能。zhengchao
2022-03-20keyspace使用独立的event base,避免中断net中的event loopzhengchao
2022-03-17使用swarmkv_options维护初始化参数zhengchao
2022-03-06引入缓存推送机制,使用future promise重构异步kv命令执行。zhengchao
2022-02-24单节点调试通过。zhengchao