Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rueian committed Jan 15, 2022
1 parent 00310ef commit 5a5da14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Rueidis has higher throughput than go-redis v8.11.4 across 1, 8, and 64 parallel
It is even able to achieve ~14x throughput over go-redis in a local benchmark. (see `parallelism(64)-key(16)-value(64)-10`)

#### Single Client
![client_test_set](https://github.com/rueian/rueidis-benchmark/blob/master/client_test_set_4.png)
![client_test_set](https://github.com/rueian/rueidis-benchmark/blob/master/client_test_set_6.png)
#### Cluster Client
![cluster_test_set](https://github.com/rueian/rueidis-benchmark/blob/master/cluster_test_set_4.png)
![cluster_test_set](https://github.com/rueian/rueidis-benchmark/blob/master/cluster_test_set_5.png)

Benchmark source code: https://github.com/rueian/rueidis-benchmark

Expand All @@ -80,7 +80,7 @@ the client side TTL is not longer than the TTL on server side.

### Benchmark

![client_test_get](https://github.com/rueian/rueidis-benchmark/blob/master/client_test_get_4.png)
![client_test_get](https://github.com/rueian/rueidis-benchmark/blob/master/client_test_get_6.png)

Benchmark source code: https://github.com/rueian/rueidis-benchmark

Expand Down

0 comments on commit 5a5da14

Please sign in to comment.