Update README.md

Former-commit-id: 141557963e8d660072563bcb50c9b110a6e613fe
This commit is contained in:
JohnSully 2019-02-26 15:16:46 -05:00 committed by GitHub
parent a1c1d381af
commit 3f7091c075

View File

@ -25,6 +25,7 @@ New Configuration Options
With new features comes new options:
server-threads N
server-thread-affinity [true/false]
The number of threads used to serve requests. This should be related to the number of queues available in your network hardware, *not* the number of cores on your machine. Because KeyDB uses spinlocks to reduce latency; making this too high will reduce performance. We recommend using 4 here. By default this is set to one.