Skip to content

Commit

Permalink
example fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Feb 24, 2021
1 parent 4b11634 commit 31882a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ page](https://github.com/alttch/yedb-rs/releases).

Run server:

```
```shell
./yedb-server /tmp/db1
```

Use client:

```
```shell
# get server info
./yedb-cli info
# set key value
Expand Down Expand Up @@ -128,7 +128,7 @@ fn main() {
- server workers: 2
- client threads: 4

```
```shell
set/number: 8164 ops/sec
set/string: 7313 ops/sec
set/array: 7152 ops/sec
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
//!
//! Run server:
//!
//! ```
//! ```shell
//! ./yedb-server /tmp/db1
//! ```
//!
//! Use client:
//!
//! ```
//! ```shell
//! # get server info
//! ./yedb-cli info
//! # set key value
Expand Down Expand Up @@ -128,7 +128,7 @@
//! - server workers: 2
//! - client threads: 4
//!
//! ```
//! ```shell
//! set/number: 8164 ops/sec
//! set/string: 7313 ops/sec
//! set/array: 7152 ops/sec
Expand Down

0 comments on commit 31882a0

Please sign in to comment.