Former-commit-id: 57ae67618130fb03a3397bba923627eeb037b645
This commit is contained in:
John Sully 2019-05-09 19:06:58 -04:00 committed by GitHub
parent cfd9b5e6ee
commit 403a72e70d

View File

@ -60,7 +60,7 @@ All other configuration options behave as you'd expect. Your existing configura
Building KeyDB Building KeyDB
-------------- --------------
KeyDB can be compiled and is tested for use on Linux. KeyDB currently relies on SO_REUSEADDR's load balancing behavior which is available only in Linux. When we support marshalling connections across threads we plan to support other operating systems such as FreeBSD. KeyDB can be compiled and is tested for use on Linux. KeyDB currently relies on SO_REUSEPORT's load balancing behavior which is available only in Linux. When we support marshalling connections across threads we plan to support other operating systems such as FreeBSD.
Install dependencies: Install dependencies: