Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jan 22, 2024
1 parent 6245057 commit 2100245
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ It also provides a variety of other very useful APIs. Take a look at [the docume

## Debugging

Raftify also provides a collection of CLI commands that let you check the data persisted in lmdb and the status of Raft Server.
raftify also provides a collection of CLI commands that let you inspect the data persisted in lmdb and the status of Raft Server.

```
$ raftify-cli debug persisted ./logs/node-1
Expand All @@ -189,7 +189,7 @@ $ raftify-cli debug persisted ./logs/node-1
$ raftify-cli debug node 127.0.0.1:60061
```

## Failure handling
## Bootstrapping from WAL

raftify support bootstrapping cluster from WAL (Write Ahead Logs), and WAL's snapshot.

Expand All @@ -199,9 +199,9 @@ Use the `restore_wal_from` and `restore_wal_snapshot_from` options in `RaftConfi

See [this example](https://github.com/lablup/raftify/blob/main/examples/memstore/static-members/src/main.rs) for more details.

## Support for other language
## Support for other languages

Raftify provides bindings for the following languages.
raftify provides bindings for the following languages.

- [Python](https://github.com/lablup/raftify/tree/main/binding/python)

Expand Down

0 comments on commit 2100245

Please sign in to comment.