gpt4 book ai didi

redis - 为什么redis的默认配置文件中有三个选项?

转载 作者:可可西里 更新时间:2023-11-01 11:12:00 25 4
gpt4 key购买 nike

save configure in redis.conf 有如下三个选项,我想知道在redis服务器运行的地方会选择哪一个。

save 900 1
save 300 10
save 60 10000

最佳答案

Redis 服务器运行后,所有这些将一起使用。以下是 redis.conf 中这些指令正上方的行文件:

#   In the example below the behaviour will be to save:
# after 900 sec (15 min) if at least 1 key changed
# after 300 sec (5 min) if at least 10 keys changed
# after 60 sec if at least 10000 keys changed

关于redis - 为什么redis的默认配置文件中有三个选项?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30882646/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com