diff --git a/bench/templates/redis.conf b/bench/templates/redis.conf index b8122949..19605dbc 100644 --- a/bench/templates/redis.conf +++ b/bench/templates/redis.conf @@ -13,7 +13,6 @@ pidfile /var/run/redis.pid port {{port}} rdbcompression yes set-max-intset-entries 512 -slave-priority 100 slave-serve-stale-data yes slowlog-log-slower-than 10000 slowlog-max-len 128 @@ -61,7 +60,9 @@ client-output-buffer-limit pubsub 32mb 8mb 60 client-output-buffer-limit slave 256mb 64mb 60 hash-max-ziplist-entries 512 hash-max-ziplist-value 64 +hll-sparse-max-bytes 3000 hz 10 +latency-monitor-threshold 0 logfile "" loglevel notice lua-time-limit 5000