summaryrefslogtreecommitdiff
path: root/tools/swarmkv_cli.c
AgeCommit message (Expand)Author
2024-05-31Refactor swarmkv_cli test casesfengweihao
2024-04-01Feature/monitor4.3.0郑超
2023-12-26Fixing some bugs in the CLUSTER SANITY heal commandv4.0.4fengweihao
2023-09-18Don't override cluster port when dry runZheng Chao
2023-09-03Modify expect conditions to pass the gtest.Zheng Chao
2023-08-22fix swarmkv sanity cmd test casefengweihao
2023-08-11`__exec_cmd()` determins target node, and then target thread.Zheng Chao
2023-08-10bugfix `cluster keys` commandZheng Chao
2023-08-03WIP: multi-thread testZheng Chao
2023-06-27WIPZheng Chao
2023-02-09:bug: To avoid leader election blocking, keyspace uses new connection for eve...Zheng Chao
2023-01-26:sparkles: The SwarmKV supports cluster-announce-ip, cluster-announce-port an...Zheng Chao
2023-01-25:bug: The test case of Resilience.AddSlotOwner fails when run all tests. To f...Zheng Chao
2023-01-18:construction: Refactoring Consul communication of keyspace.Zheng Chao
2023-01-16Support specifying the address of the consul agentfengweihao
2023-01-13:bug: To avoid ambiguous, data type is mandatory in OR map SET operation.Zheng Chao
2023-01-13:recycle: The keyspace uses future-promise to do HTTP get.Zheng Chao
2022-12-30Support swamkv-cli matching path hints and fix the bugs in the leader election.fengweihao
2022-12-01:bug: `swarmkv-cli -l [p2p port]` does not work.Zheng Chao
2022-11-30:sparkles: Support `KEYSLOT` command.Zheng Chao
2022-11-25:sparkles: Command `CLUSTER ADDKEYOWNER` can add multiple nodes as key owner.Zheng Chao
2022-11-25:bug: Bugfix: When cluster leader handle failed nodes, invalid read of health...Zheng Chao
2022-11-22:recycle: Rename Async API. Add async example.Zheng Chao
2022-11-18Bugfix: The node is not reset, causes that this node cannot be found in the l...fengweihao
2022-11-17Add debug assert test cases for swarmkv_clifengweihao
2022-11-17Bugfix: Fix cluster sanity check/heal cmd, add multiple key test casesfengweihao
2022-11-13:sparkles: Add commands `INCR`, `DECR` and API swarmkv_command_on().Zheng Chao
2022-11-12:thread: The lock of STORE module are switched from mutex to rwlock.Zheng Chao
2022-11-10:sparkles: Running the same command N times in `swarmkv-cli`.Zheng Chao
2022-11-10Improvement: The Sync Master is added for batched `CRDT PUSH`.Zheng Chao
2022-11-07New `TUNNEL` command for troubleshooting. The remote command processing code ...郑超
2022-11-06New commands for latency tracking.Zheng Chao
2022-11-02New commands `INFO` and `CLUSTER INFO`.Zheng Chao
2022-10-31Swarmkv_cli test case adapter colon seperated ip portfengweihao
2022-10-29Refactor colon seperated ip port郑超
2022-10-28Bugfix: sdscatvprintf() doesn't support "%I". Typos in key_entry_merge().Zheng Chao
2022-10-27Performance Enhancement郑超
2022-10-23Completely remove denpendency on MESA_handle_logger.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-20Added 'Hash Tags' feature to ensure that multiple keys are allocated in the s...zhengchao
2022-10-20swarmkv-cli listens on random port, so you can run multiple swarmkv-cli in on...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-09-08Test case of AddNode.zhengchao
2022-09-01swarmkv-cli can run one time command with --exec option.zhengchao
2022-08-29Refactor crdt keys command and pace to a complete sanity fix.zhengchao
2022-08-26Add command CLUSTER SANITY check | fixfengweihao
2022-07-21For avoiding dead-locking, swarmkv_net run send and receive at deferred mode.zhengchao