Update README.md

Former-commit-id: bf0fd22309ad3992f10316a9f3c12916db78c1bb
This commit is contained in:
JohnSully 2019-03-11 19:38:20 -04:00 committed by GitHub
parent 25c2050c3a
commit e59b6b5469

View File

@ -5,6 +5,8 @@ KeyDB is a high performance fork of Redis focussing on multithreading, memory ef
On the same hardware KeyDB can perform twice as many queries per second as Redis, with 60% lower latency.
KeyDB has full compatibility with the Redis protocol, modules, and scripts. This includes full support for transactions, and atomic execution of scripts.
Why fork Redis?
---------------