Hacker News new | ask | show | jobs
by olavgg 3171 days ago
I just tested it with redis-benchmark. The performance is the same as with Redis.
2 comments

It mentions "in short connection scenario".

I take that to mean repeated connect/set-get/disconnect. Like you might get from a client in a fastcgi scenario...php for example. Maybe add the -k 0 flag to the benchmark and a low-ish number of concurrent clients.

Oh...