Skip to content

Instantly share code, notes, and snippets.

@gruby-karol
gruby-karol / redis-2.4.9-cheap-laptop-benchmark.txt
Created March 29, 2012 09:53
Redis 2.2.11 vs 2.4.9 benchmark comparison
I was making some presentation and wanted to show how fast Redis is (redis-benchmark), even on cheap laptop - 4GB RAM, 2core, Ubuntu (3.0.0-17-generic #30-Ubuntu SMP Thu Mar 8 20:45:39 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux).
I had Redis 2.2.11 installed then.
The number I got are:
MSET (10 keys) - 81300.81 rps
SET - 129870.13 rps
GET - 172413.80 rps
INCR - 178571.42 rps
LPUSH - 166666.67 rps