redis性能测试

Catalogue
  1. redis
    1. hash increment. single=1000, pipeline=100000
    2. value increment. single=1000, pipeline=100000

redis

hash increment. single=1000, pipeline=100000

1
2
3
4
5
6
7
StopWatch 'stats': running time (millis) = 5730
-----------------------------------------
ms % Task name
-----------------------------------------
03732 065% single
01998 035% pipeline

value increment. single=1000, pipeline=100000

1
2
3
4
5
6
StopWatch 'stats': running time (millis) = 5944
-----------------------------------------
ms % Task name
-----------------------------------------
03752 063% single
02192 037% pipeline

hash 和 value性能差不多.