From 53be1b7fba86d3b4023f1e8a655a0a858d60f15a Mon Sep 17 00:00:00 2001 From: christianEQ Date: Fri, 11 Jun 2021 19:10:35 +0000 Subject: [PATCH] renamed redis mention in readme Former-commit-id: 34b0209f05d4f44e4b14278ad746f1eda679b32a --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e7506e64..14c0dddf3 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ To compile against jemalloc on Mac OS X systems, use: Monotonic clock --------------- -By default, Redis will build using the POSIX clock_gettime function as the +By default, KeyDB will build using the POSIX clock_gettime function as the monotonic clock source. On most modern systems, the internal processor clock can be used to improve performance. Cautions can be found here: http://oliveryang.net/2015/09/pitfalls-of-TSC-usage/