You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an example `RaftStorage` implementation illustrating how to upgrade an application based on [openraft-0.7]() to [openraft-0.8]().
3
+
This is an example `RaftStorage` implementation illustrating how to upgrade an application based on [openraft-0.7](https://github.com/datafuselabs/openraft/tree/release-0.7) to [openraft-0.8](https://github.com/datafuselabs/openraft/tree/release-0.8).
4
4
5
5
In this example, it assumes there is an on-disk rocksdb dir that backs an 0.7 application,
6
-
and the compatible 0708 should be able to read data from this dir and write data to it.
6
+
and the compatible 0708 should be able to read data from this dir and write data to it.
This is an example `RaftStorage` implementation with [`rocksdb`](https://docs.rs/rocksdb/latest/rocksdb/) based on [openraft-0.8](https://github.com/datafuselabs/openraft/tree/release-0.8).
4
+
5
+
This crate is built mainly for testing or demonstrating purpose.:)
This is an example `RaftStorage` implementation with [`sled`](https://github.com/spacejam/sled) based on [openraft-0.8](https://github.com/datafuselabs/openraft/tree/release-0.8).
4
+
5
+
This crate is built mainly for testing or demonstrating purpose.:)
0 commit comments