Skip to content

Commit

Permalink
update arch pic
Browse files Browse the repository at this point in the history
  • Loading branch information
LLiuJJ committed Jul 2, 2023
1 parent 550eaa6 commit 4032c3f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ERaftKDB is a distributed database that supports the Redis RESP protocol, and uses ERaftKV as the distributed storage layer.

![eraft-kdb](doc/eraft-kdb.jpg)
![eraft-kdb](doc/eraft-kdb.png)

## ERaftKV

Expand Down
Binary file removed doc/eraft-kdb.jpg
Binary file not shown.
Binary file added doc/eraft-kdb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doc/eraft-kdb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 0 additions & 11 deletions doc/meta-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,3 @@ K -> V

[ ['S'] ['G'] ['M'] ['E'] ['T'] ['A'] [ID (int64)]] -> ShardGroup protobuf serialized message

- Join

example:

[ ['S'] ['G'] ['M'] ['E'] ['T'] ['A'] [1] ] ->
{ id: 1, slots: [], servers: ['0-127.0.0.1:8088-UP,1-127.0.0.1:8089-UP,2-127.0.0.1:8090-UP'], leader_id: 0}

- Leave


- Query

0 comments on commit 4032c3f

Please sign in to comment.