Skip to content

Commit

Permalink
doc(services/redb): add doc for redb service backend (#2538)
Browse files Browse the repository at this point in the history
* doc(services/redb): add doc for redb service backend

Signed-off-by: owl <[email protected]>

* doc(services/redb): add redb service backend to readme

Signed-off-by: owl <[email protected]>

---------

Signed-off-by: owl <[email protected]>
  • Loading branch information
oowl authored Jun 26, 2023
1 parent 39303a5 commit e1f81f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Major components of the project include:
- redis: [Redis](https://redis.io/) services
- rocksdb: [RocksDB](http://rocksdb.org/) services
- sled: [sled](https://crates.io/crates/sled) backend
- redb: [redb](https://crates.io/crates/redb) backend

</details>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Apache OpenDAL provides native support for all kinds for storage systems.
- redis: [Redis](https://redis.io/) services
- rocksdb: [RocksDB](http://rocksdb.org/) services
- sled: [sled](https://crates.io/crates/sled) backend
- redb: [redb](https://crates.io/crates/redb) backend

</details>

Expand Down

0 comments on commit e1f81f3

Please sign in to comment.