build_tools/dump.rdb which recovery file for redis cache in defects4c
收藏Figshare2025-11-27 更新2026-04-28 收录
下载链接:
https://figshare.com/articles/dataset/build_tools_dump_rdb_which_recovery_file_for_redis_cache_in_defects4c/30728342
下载链接
链接失效反馈官方服务:
资源简介:
root@cfbe89830225:/src# cat build_tools/redis.conf # Redis configuration for singleton instance# Optimized for Docker with data persistence and minimal logging# Networkbind 0.0.0.0port 6379timeout 0tcp-keepalive 300# Generaldaemonize yessupervised autopidfile /var/run/redis_6379.pidloglevel noticelogfile ""# Persistence - RDB snapshots only (no AOF)# Save snapshot every 2 minutes if at least 1 key changedsave 120 1# Disable more frequent snapshots#save ""# RDB file settingsstop-writes-on-bgsave-error yesrdbcompression yesrdbchecksum yesdbfilename dump.rdbdir /src/build_tools# Disable AOF (Append Only File) - no transaction log neededappendonly no# Memory managementmaxmemory-policy allkeys-lru# Security (uncomment and set password if needed)# requirepass your-password-here# Disable dangerous commands in production# rename-command FLUSHDB ""# rename-command FLUSHALL ""# rename-command DEBUG ""# Client settingstcp-backlog 511databases 16# Slow logslowlog-log-slower-than 10000slowlog-max-len 128
创建时间:
2025-11-27



