From a36db12acac54cd765a816b56ca77b8eaca2625c Mon Sep 17 00:00:00 2001 From: chenqiang Date: Wed, 27 Dec 2017 17:19:17 +0800 Subject: [PATCH] Fix doc: update readme --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b04a0ea0..b217f0f4 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,25 @@ +#xredis + +xredis is a compatible redis protocol with multithreaded client server + + +#Performace + single core absolute fair environment less than 100k set get bench: redis overall performance faster than xredis 10 - 25% range qps (because of the memory management cost of using STL and xredis thread safe) kernel bottleneck 80-90% cpu benchmark.pdf -cd xredis mkdir obj cd ./src/ +#How to build + +```console +`cd xredis mkdir obj cd ./src/` make ./redis-server -xredis is a compatible redis protocol with multithreaded client server +``` + -detailed test method reference redis benchmark -https://redis.io/topics/benchmarks +#Further reading +detailed test method reference redis benchmark + +https://redis.io/topics/benchmarks + https://stackoverflow.com/questions/2873249/is-memcached-a-dinosaur-in-comparison-to-redis