diff options
| author | Zheng Chao <[email protected]> | 2023-07-29 03:25:53 +0800 |
|---|---|---|
| committer | Zheng Chao <[email protected]> | 2023-07-29 03:25:53 +0800 |
| commit | 523621088abc7f3a701646a7360ff015f9e5c025 (patch) | |
| tree | c051d5367f3d1c71a99e1ddefa3b1645f4e8a4d4 /docs/commands.md | |
| parent | 6b50898b3bebc730979e74982fcf4c6645fb7f21 (diff) | |
WIP: fix swarmkv_net_send() bugoptimize-multithread-lockfree-ringbuf
Diffstat (limited to 'docs/commands.md')
| -rw-r--r-- | docs/commands.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/commands.md b/docs/commands.md index f1d9df7..dd57658 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -766,8 +766,8 @@ The pattern is exactly same as Redis https://redis.io/commands/keys/ . | KEYSPACE KEYS | IP port pattern | | | KEYSPACE COUNTKEYSINSLOT | slot | | | CRDT DEL | key | Integer reply: The number of cached keys that were removed. | -| CRDT PUSH | key blob | Simple string reply: OK if PUSH was executed correctly. | -| CRDT PULL | key | Blog reply: a blob of state-based CRDT | +| CRDT MERGE | key blob | Simple string reply: OK if MERGE was executed correctly. | +| CRDT GET | key | Blog reply: a blob of state-based CRDT | | CLUSTER KEYS | pattern | Array reply: list of keys matching pattern. | | CLUSTER NODES | | | | CLUSTER SLOTS | | | |
