Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiuzhanghua/redis_go
learn Redis and Golang
https://github.com/qiuzhanghua/redis_go
Last synced: about 19 hours ago
JSON representation
learn Redis and Golang
- Host: GitHub
- URL: https://github.com/qiuzhanghua/redis_go
- Owner: qiuzhanghua
- Created: 2020-03-05T09:35:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T10:48:46.000Z (over 4 years ago)
- Last Synced: 2024-06-20T15:56:27.083Z (5 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis for Golang
learn
## Perf
```text
➜ ~ wrk -t12 -c200 -d30s http://127.0.0.1:8080
Running 30s test @ http://127.0.0.1:8080
12 threads and 200 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 4.57ms 2.17ms 79.47ms 98.92%
Req/Sec 3.45k 303.20 5.91k 82.87%
1237660 requests in 30.10s, 153.44MB read
Socket errors: connect 0, read 37, write 0, timeout 0
Requests/sec: 41112.81
Transfer/sec: 5.10MB
```