An open API service indexing awesome lists of open source software.

https://github.com/minecoinchain/cache-go

分布式缓存系统-golang
https://github.com/minecoinchain/cache-go

cache golang redis

Last synced: 7 months ago
JSON representation

分布式缓存系统-golang

Awesome Lists containing this project

README

          

# 缓存系统实现-GO

### 1.HTTP传输测试结果

采用redis-benchmark作为对比,单客户端发送100000次请求,数据长度为1000B。redis测试结果如下,RPS大概在12700左右:

![1591269642452](./doc/redis-http.png)