From bb38628f0ef4f417db968154cc37d103f11b4c63 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sun, 5 Jan 2020 20:19:28 -0500 Subject: [PATCH] Add new flags to example configuration file --- keydb.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/keydb.conf b/keydb.conf index 5c31305d8..03087b0c0 100644 --- a/keydb.conf +++ b/keydb.conf @@ -1561,3 +1561,10 @@ server-threads 2 # replicas will still sync in the normal way and incorrect ordering when # bringing up replicas can result in data loss (the first master will win). # active-replica yes + +# Enable Pro? KeyDB pro provides support for pro only features +# note: you may omit the license key to demo pro features for a limited time +# enable-pro [License Key] + +# Enable FLASH support? (Pro Only) +# storage-provider flash /path/to/flash/db