redis.conf 79 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771
  1. # Redis configuration file example.
  2. #
  3. # Note that in order to read the configuration file, Redis must be
  4. # started with the file path as first argument:
  5. #
  6. # ./redis-server /path/to/redis.conf
  7. # Note on units: when memory size is needed, it is possible to specify
  8. # it in the usual form of 1k 5GB 4M and so forth:
  9. #
  10. # 1k => 1000 bytes
  11. # 1kb => 1024 bytes
  12. # 1m => 1000000 bytes
  13. # 1mb => 1024*1024 bytes
  14. # 1g => 1000000000 bytes
  15. # 1gb => 1024*1024*1024 bytes
  16. #
  17. # units are case insensitive so 1GB 1Gb 1gB are all the same.
  18. ################################## INCLUDES ###################################
  19. # Include one or more other config files here. This is useful if you
  20. # have a standard template that goes to all Redis servers but also need
  21. # to customize a few per-server settings. Include files can include
  22. # other files, so use this wisely.
  23. #
  24. # Notice option "include" won't be rewritten by command "CONFIG REWRITE"
  25. # from admin or Redis Sentinel. Since Redis always uses the last processed
  26. # line as value of a configuration directive, you'd better put includes
  27. # at the beginning of this file to avoid overwriting config change at runtime.
  28. #
  29. # If instead you are interested in using includes to override configuration
  30. # options, it is better to use include as the last line.
  31. #
  32. # include /path/to/local.conf
  33. # include /path/to/other.conf
  34. ################################## MODULES #####################################
  35. # Load modules at startup. If the server is not able to load modules
  36. # it will abort. It is possible to use multiple loadmodule directives.
  37. #
  38. # loadmodule /path/to/my_module.so
  39. # loadmodule /path/to/other_module.so
  40. ################################## NETWORK #####################################
  41. # By default, if no "bind" configuration directive is specified, Redis listens
  42. # for connections from all the network interfaces available on the server.
  43. # It is possible to listen to just one or multiple selected interfaces using
  44. # the "bind" configuration directive, followed by one or more IP addresses.
  45. #
  46. # Examples:
  47. #
  48. # bind 192.168.1.100 10.0.0.1
  49. # bind 127.0.0.1 ::1
  50. #
  51. # ~~~ WARNING ~~~ If the computer running Redis is directly exposed to the
  52. # internet, binding to all the interfaces is dangerous and will expose the
  53. # instance to everybody on the internet. So by default we uncomment the
  54. # following bind directive, that will force Redis to listen only into
  55. # the IPv4 loopback interface address (this means Redis will be able to
  56. # accept connections only from clients running into the same computer it
  57. # is running).
  58. #
  59. # IF YOU ARE SURE YOU WANT YOUR INSTANCE TO LISTEN TO ALL THE INTERFACES
  60. # JUST COMMENT THE FOLLOWING LINE.
  61. # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  62. bind 127.0.0.1
  63. # Protected mode is a layer of security protection, in order to avoid that
  64. # Redis instances left open on the internet are accessed and exploited.
  65. #
  66. # When protected mode is on and if:
  67. #
  68. # 1) The server is not binding explicitly to a set of addresses using the
  69. # "bind" directive.
  70. # 2) No password is configured.
  71. #
  72. # The server only accepts connections from clients connecting from the
  73. # IPv4 and IPv6 loopback addresses 127.0.0.1 and ::1, and from Unix domain
  74. # sockets.
  75. #
  76. # By default protected mode is enabled. You should disable it only if
  77. # you are sure you want clients from other hosts to connect to Redis
  78. # even if no authentication is configured, nor a specific set of interfaces
  79. # are explicitly listed using the "bind" directive.
  80. protected-mode yes
  81. # Accept connections on the specified port, default is 6379 (IANA #815344).
  82. # If port 0 is specified Redis will not listen on a TCP socket.
  83. port 6379
  84. # TCP listen() backlog.
  85. #
  86. # In high requests-per-second environments you need an high backlog in order
  87. # to avoid slow clients connections issues. Note that the Linux kernel
  88. # will silently truncate it to the value of /proc/sys/net/core/somaxconn so
  89. # make sure to raise both the value of somaxconn and tcp_max_syn_backlog
  90. # in order to get the desired effect.
  91. tcp-backlog 511
  92. # Unix socket.
  93. #
  94. # Specify the path for the Unix socket that will be used to listen for
  95. # incoming connections. There is no default, so Redis will not listen
  96. # on a unix socket when not specified.
  97. #
  98. # unixsocket /tmp/redis.sock
  99. # unixsocketperm 700
  100. # Close the connection after a client is idle for N seconds (0 to disable)
  101. timeout 0
  102. # TCP keepalive.
  103. #
  104. # If non-zero, use SO_KEEPALIVE to send TCP ACKs to clients in absence
  105. # of communication. This is useful for two reasons:
  106. #
  107. # 1) Detect dead peers.
  108. # 2) Take the connection alive from the point of view of network
  109. # equipment in the middle.
  110. #
  111. # On Linux, the specified value (in seconds) is the period used to send ACKs.
  112. # Note that to close the connection the double of the time is needed.
  113. # On other kernels the period depends on the kernel configuration.
  114. #
  115. # A reasonable value for this option is 300 seconds, which is the new
  116. # Redis default starting with Redis 3.2.1.
  117. tcp-keepalive 300
  118. ################################# TLS/SSL #####################################
  119. # By default, TLS/SSL is disabled. To enable it, the "tls-port" configuration
  120. # directive can be used to define TLS-listening ports. To enable TLS on the
  121. # default port, use:
  122. #
  123. # port 0
  124. # tls-port 6379
  125. # Configure a X.509 certificate and private key to use for authenticating the
  126. # server to connected clients, masters or cluster peers. These files should be
  127. # PEM formatted.
  128. #
  129. # tls-cert-file redis.crt
  130. # tls-key-file redis.key
  131. # Configure a DH parameters file to enable Diffie-Hellman (DH) key exchange:
  132. #
  133. # tls-dh-params-file redis.dh
  134. # Configure a CA certificate(s) bundle or directory to authenticate TLS/SSL
  135. # clients and peers. Redis requires an explicit configuration of at least one
  136. # of these, and will not implicitly use the system wide configuration.
  137. #
  138. # tls-ca-cert-file ca.crt
  139. # tls-ca-cert-dir /etc/ssl/certs
  140. # By default, clients (including replica servers) on a TLS port are required
  141. # to authenticate using valid client side certificates.
  142. #
  143. # It is possible to disable authentication using this directive.
  144. #
  145. # tls-auth-clients no
  146. # By default, a Redis replica does not attempt to establish a TLS connection
  147. # with its master.
  148. #
  149. # Use the following directive to enable TLS on replication links.
  150. #
  151. # tls-replication yes
  152. # By default, the Redis Cluster bus uses a plain TCP connection. To enable
  153. # TLS for the bus protocol, use the following directive:
  154. #
  155. # tls-cluster yes
  156. # Explicitly specify TLS versions to support. Allowed values are case insensitive
  157. # and include "TLSv1", "TLSv1.1", "TLSv1.2", "TLSv1.3" (OpenSSL >= 1.1.1)
  158. #
  159. # tls-protocols TLSv1.2
  160. # Configure allowed ciphers. See the ciphers(1ssl) manpage for more information
  161. # about the syntax of this string.
  162. #
  163. # Note: this configuration applies only to <= TLSv1.2.
  164. #
  165. # tls-ciphers DEFAULT:!MEDIUM
  166. # Configure allowed TLSv1.3 ciphersuites. See the ciphers(1ssl) manpage for more
  167. # information about the syntax of this string, and specifically for TLSv1.3
  168. # ciphersuites.
  169. #
  170. # tls-ciphersuites TLS_CHACHA20_POLY1305_SHA256
  171. # When choosing a cipher, use the server's preference instead of the client
  172. # preference. By default, the server follows the client's preference.
  173. #
  174. # tls-prefer-server-ciphers yes
  175. ################################# GENERAL #####################################
  176. # By default Redis does not run as a daemon. Use 'yes' if you need it.
  177. # Note that Redis will write a pid file in /var/run/redis.pid when daemonized.
  178. daemonize no
  179. # If you run Redis from upstart or systemd, Redis can interact with your
  180. # supervision tree. Options:
  181. # supervised no - no supervision interaction
  182. # supervised upstart - signal upstart by putting Redis into SIGSTOP mode
  183. # supervised systemd - signal systemd by writing READY=1 to $NOTIFY_SOCKET
  184. # supervised auto - detect upstart or systemd method based on
  185. # UPSTART_JOB or NOTIFY_SOCKET environment variables
  186. # Note: these supervision methods only signal "process is ready."
  187. # They do not enable continuous liveness pings back to your supervisor.
  188. supervised no
  189. # If a pid file is specified, Redis writes it where specified at startup
  190. # and removes it at exit.
  191. #
  192. # When the server runs non daemonized, no pid file is created if none is
  193. # specified in the configuration. When the server is daemonized, the pid file
  194. # is used even if not specified, defaulting to "/var/run/redis.pid".
  195. #
  196. # Creating a pid file is best effort: if Redis is not able to create it
  197. # nothing bad happens, the server will start and run normally.
  198. pidfile /var/run/redis_6379.pid
  199. # Specify the server verbosity level.
  200. # This can be one of:
  201. # debug (a lot of information, useful for development/testing)
  202. # verbose (many rarely useful info, but not a mess like the debug level)
  203. # notice (moderately verbose, what you want in production probably)
  204. # warning (only very important / critical messages are logged)
  205. loglevel notice
  206. # Specify the log file name. Also the empty string can be used to force
  207. # Redis to log on the standard output. Note that if you use standard
  208. # output for logging but daemonize, logs will be sent to /dev/null
  209. logfile ""
  210. # To enable logging to the system logger, just set 'syslog-enabled' to yes,
  211. # and optionally update the other syslog parameters to suit your needs.
  212. # syslog-enabled no
  213. # Specify the syslog identity.
  214. # syslog-ident redis
  215. # Specify the syslog facility. Must be USER or between LOCAL0-LOCAL7.
  216. # syslog-facility local0
  217. # Set the number of databases. The default database is DB 0, you can select
  218. # a different one on a per-connection basis using SELECT <dbid> where
  219. # dbid is a number between 0 and 'databases'-1
  220. databases 16
  221. # By default Redis shows an ASCII art logo only when started to log to the
  222. # standard output and if the standard output is a TTY. Basically this means
  223. # that normally a logo is displayed only in interactive sessions.
  224. #
  225. # However it is possible to force the pre-4.0 behavior and always show a
  226. # ASCII art logo in startup logs by setting the following option to yes.
  227. always-show-logo yes
  228. ################################ SNAPSHOTTING ################################
  229. #
  230. # Save the DB on disk:
  231. #
  232. # save <seconds> <changes>
  233. #
  234. # Will save the DB if both the given number of seconds and the given
  235. # number of write operations against the DB occurred.
  236. #
  237. # In the example below the behaviour will be to save:
  238. # after 900 sec (15 min) if at least 1 key changed
  239. # after 300 sec (5 min) if at least 10 keys changed
  240. # after 60 sec if at least 10000 keys changed
  241. #
  242. # Note: you can disable saving completely by commenting out all "save" lines.
  243. #
  244. # It is also possible to remove all the previously configured save
  245. # points by adding a save directive with a single empty string argument
  246. # like in the following example:
  247. #
  248. # save ""
  249. save 900 1
  250. save 300 10
  251. save 60 10000
  252. # By default Redis will stop accepting writes if RDB snapshots are enabled
  253. # (at least one save point) and the latest background save failed.
  254. # This will make the user aware (in a hard way) that data is not persisting
  255. # on disk properly, otherwise chances are that no one will notice and some
  256. # disaster will happen.
  257. #
  258. # If the background saving process will start working again Redis will
  259. # automatically allow writes again.
  260. #
  261. # However if you have setup your proper monitoring of the Redis server
  262. # and persistence, you may want to disable this feature so that Redis will
  263. # continue to work as usual even if there are problems with disk,
  264. # permissions, and so forth.
  265. stop-writes-on-bgsave-error yes
  266. # Compress string objects using LZF when dump .rdb databases?
  267. # For default that's set to 'yes' as it's almost always a win.
  268. # If you want to save some CPU in the saving child set it to 'no' but
  269. # the dataset will likely be bigger if you have compressible values or keys.
  270. rdbcompression yes
  271. # Since version 5 of RDB a CRC64 checksum is placed at the end of the file.
  272. # This makes the format more resistant to corruption but there is a performance
  273. # hit to pay (around 10%) when saving and loading RDB files, so you can disable it
  274. # for maximum performances.
  275. #
  276. # RDB files created with checksum disabled have a checksum of zero that will
  277. # tell the loading code to skip the check.
  278. rdbchecksum yes
  279. # The filename where to dump the DB
  280. dbfilename dump.rdb
  281. # Remove RDB files used by replication in instances without persistence
  282. # enabled. By default this option is disabled, however there are environments
  283. # where for regulations or other security concerns, RDB files persisted on
  284. # disk by masters in order to feed replicas, or stored on disk by replicas
  285. # in order to load them for the initial synchronization, should be deleted
  286. # ASAP. Note that this option ONLY WORKS in instances that have both AOF
  287. # and RDB persistence disabled, otherwise is completely ignored.
  288. #
  289. # An alternative (and sometimes better) way to obtain the same effect is
  290. # to use diskless replication on both master and replicas instances. However
  291. # in the case of replicas, diskless is not always an option.
  292. rdb-del-sync-files no
  293. # The working directory.
  294. #
  295. # The DB will be written inside this directory, with the filename specified
  296. # above using the 'dbfilename' configuration directive.
  297. #
  298. # The Append Only File will also be created inside this directory.
  299. #
  300. # Note that you must specify a directory here, not a file name.
  301. dir ./
  302. ################################# REPLICATION #################################
  303. # Master-Replica replication. Use replicaof to make a Redis instance a copy of
  304. # another Redis server. A few things to understand ASAP about Redis replication.
  305. #
  306. # +------------------+ +---------------+
  307. # | Master | ---> | Replica |
  308. # | (receive writes) | | (exact copy) |
  309. # +------------------+ +---------------+
  310. #
  311. # 1) Redis replication is asynchronous, but you can configure a master to
  312. # stop accepting writes if it appears to be not connected with at least
  313. # a given number of replicas.
  314. # 2) Redis replicas are able to perform a partial resynchronization with the
  315. # master if the replication link is lost for a relatively small amount of
  316. # time. You may want to configure the replication backlog size (see the next
  317. # sections of this file) with a sensible value depending on your needs.
  318. # 3) Replication is automatic and does not need user intervention. After a
  319. # network partition replicas automatically try to reconnect to masters
  320. # and resynchronize with them.
  321. #
  322. # replicaof <masterip> <masterport>
  323. # If the master is password protected (using the "requirepass" configuration
  324. # directive below) it is possible to tell the replica to authenticate before
  325. # starting the replication synchronization process, otherwise the master will
  326. # refuse the replica request.
  327. #
  328. # masterauth <master-password>
  329. #
  330. # However this is not enough if you are using Redis ACLs (for Redis version
  331. # 6 or greater), and the default user is not capable of running the PSYNC
  332. # command and/or other commands needed for replication. In this case it's
  333. # better to configure a special user to use with replication, and specify the
  334. # masteruser configuration as such:
  335. #
  336. # masteruser <username>
  337. #
  338. # When masteruser is specified, the replica will authenticate against its
  339. # master using the new AUTH form: AUTH <username> <password>.
  340. # When a replica loses its connection with the master, or when the replication
  341. # is still in progress, the replica can act in two different ways:
  342. #
  343. # 1) if replica-serve-stale-data is set to 'yes' (the default) the replica will
  344. # still reply to client requests, possibly with out of date data, or the
  345. # data set may just be empty if this is the first synchronization.
  346. #
  347. # 2) if replica-serve-stale-data is set to 'no' the replica will reply with
  348. # an error "SYNC with master in progress" to all the kind of commands
  349. # but to INFO, replicaOF, AUTH, PING, SHUTDOWN, REPLCONF, ROLE, CONFIG,
  350. # SUBSCRIBE, UNSUBSCRIBE, PSUBSCRIBE, PUNSUBSCRIBE, PUBLISH, PUBSUB,
  351. # COMMAND, POST, HOST: and LATENCY.
  352. #
  353. replica-serve-stale-data yes
  354. # You can configure a replica instance to accept writes or not. Writing against
  355. # a replica instance may be useful to store some ephemeral data (because data
  356. # written on a replica will be easily deleted after resync with the master) but
  357. # may also cause problems if clients are writing to it because of a
  358. # misconfiguration.
  359. #
  360. # Since Redis 2.6 by default replicas are read-only.
  361. #
  362. # Note: read only replicas are not designed to be exposed to untrusted clients
  363. # on the internet. It's just a protection layer against misuse of the instance.
  364. # Still a read only replica exports by default all the administrative commands
  365. # such as CONFIG, DEBUG, and so forth. To a limited extent you can improve
  366. # security of read only replicas using 'rename-command' to shadow all the
  367. # administrative / dangerous commands.
  368. replica-read-only yes
  369. # Replication SYNC strategy: disk or socket.
  370. #
  371. # New replicas and reconnecting replicas that are not able to continue the
  372. # replication process just receiving differences, need to do what is called a
  373. # "full synchronization". An RDB file is transmitted from the master to the
  374. # replicas.
  375. #
  376. # The transmission can happen in two different ways:
  377. #
  378. # 1) Disk-backed: The Redis master creates a new process that writes the RDB
  379. # file on disk. Later the file is transferred by the parent
  380. # process to the replicas incrementally.
  381. # 2) Diskless: The Redis master creates a new process that directly writes the
  382. # RDB file to replica sockets, without touching the disk at all.
  383. #
  384. # With disk-backed replication, while the RDB file is generated, more replicas
  385. # can be queued and served with the RDB file as soon as the current child
  386. # producing the RDB file finishes its work. With diskless replication instead
  387. # once the transfer starts, new replicas arriving will be queued and a new
  388. # transfer will start when the current one terminates.
  389. #
  390. # When diskless replication is used, the master waits a configurable amount of
  391. # time (in seconds) before starting the transfer in the hope that multiple
  392. # replicas will arrive and the transfer can be parallelized.
  393. #
  394. # With slow disks and fast (large bandwidth) networks, diskless replication
  395. # works better.
  396. repl-diskless-sync no
  397. # When diskless replication is enabled, it is possible to configure the delay
  398. # the server waits in order to spawn the child that transfers the RDB via socket
  399. # to the replicas.
  400. #
  401. # This is important since once the transfer starts, it is not possible to serve
  402. # new replicas arriving, that will be queued for the next RDB transfer, so the
  403. # server waits a delay in order to let more replicas arrive.
  404. #
  405. # The delay is specified in seconds, and by default is 5 seconds. To disable
  406. # it entirely just set it to 0 seconds and the transfer will start ASAP.
  407. repl-diskless-sync-delay 5
  408. # -----------------------------------------------------------------------------
  409. # WARNING: RDB diskless load is experimental. Since in this setup the replica
  410. # does not immediately store an RDB on disk, it may cause data loss during
  411. # failovers. RDB diskless load + Redis modules not handling I/O reads may also
  412. # cause Redis to abort in case of I/O errors during the initial synchronization
  413. # stage with the master. Use only if your do what you are doing.
  414. # -----------------------------------------------------------------------------
  415. #
  416. # Replica can load the RDB it reads from the replication link directly from the
  417. # socket, or store the RDB to a file and read that file after it was completely
  418. # recived from the master.
  419. #
  420. # In many cases the disk is slower than the network, and storing and loading
  421. # the RDB file may increase replication time (and even increase the master's
  422. # Copy on Write memory and salve buffers).
  423. # However, parsing the RDB file directly from the socket may mean that we have
  424. # to flush the contents of the current database before the full rdb was
  425. # received. For this reason we have the following options:
  426. #
  427. # "disabled" - Don't use diskless load (store the rdb file to the disk first)
  428. # "on-empty-db" - Use diskless load only when it is completely safe.
  429. # "swapdb" - Keep a copy of the current db contents in RAM while parsing
  430. # the data directly from the socket. note that this requires
  431. # sufficient memory, if you don't have it, you risk an OOM kill.
  432. repl-diskless-load disabled
  433. # Replicas send PINGs to server in a predefined interval. It's possible to
  434. # change this interval with the repl_ping_replica_period option. The default
  435. # value is 10 seconds.
  436. #
  437. # repl-ping-replica-period 10
  438. # The following option sets the replication timeout for:
  439. #
  440. # 1) Bulk transfer I/O during SYNC, from the point of view of replica.
  441. # 2) Master timeout from the point of view of replicas (data, pings).
  442. # 3) Replica timeout from the point of view of masters (REPLCONF ACK pings).
  443. #
  444. # It is important to make sure that this value is greater than the value
  445. # specified for repl-ping-replica-period otherwise a timeout will be detected
  446. # every time there is low traffic between the master and the replica.
  447. #
  448. # repl-timeout 60
  449. # Disable TCP_NODELAY on the replica socket after SYNC?
  450. #
  451. # If you select "yes" Redis will use a smaller number of TCP packets and
  452. # less bandwidth to send data to replicas. But this can add a delay for
  453. # the data to appear on the replica side, up to 40 milliseconds with
  454. # Linux kernels using a default configuration.
  455. #
  456. # If you select "no" the delay for data to appear on the replica side will
  457. # be reduced but more bandwidth will be used for replication.
  458. #
  459. # By default we optimize for low latency, but in very high traffic conditions
  460. # or when the master and replicas are many hops away, turning this to "yes" may
  461. # be a good idea.
  462. repl-disable-tcp-nodelay no
  463. # Set the replication backlog size. The backlog is a buffer that accumulates
  464. # replica data when replicas are disconnected for some time, so that when a
  465. # replica wants to reconnect again, often a full resync is not needed, but a
  466. # partial resync is enough, just passing the portion of data the replica
  467. # missed while disconnected.
  468. #
  469. # The bigger the replication backlog, the longer the time the replica can be
  470. # disconnected and later be able to perform a partial resynchronization.
  471. #
  472. # The backlog is only allocated once there is at least a replica connected.
  473. #
  474. # repl-backlog-size 1mb
  475. # After a master has no longer connected replicas for some time, the backlog
  476. # will be freed. The following option configures the amount of seconds that
  477. # need to elapse, starting from the time the last replica disconnected, for
  478. # the backlog buffer to be freed.
  479. #
  480. # Note that replicas never free the backlog for timeout, since they may be
  481. # promoted to masters later, and should be able to correctly "partially
  482. # resynchronize" with the replicas: hence they should always accumulate backlog.
  483. #
  484. # A value of 0 means to never release the backlog.
  485. #
  486. # repl-backlog-ttl 3600
  487. # The replica priority is an integer number published by Redis in the INFO
  488. # output. It is used by Redis Sentinel in order to select a replica to promote
  489. # into a master if the master is no longer working correctly.
  490. #
  491. # A replica with a low priority number is considered better for promotion, so
  492. # for instance if there are three replicas with priority 10, 100, 25 Sentinel
  493. # will pick the one with priority 10, that is the lowest.
  494. #
  495. # However a special priority of 0 marks the replica as not able to perform the
  496. # role of master, so a replica with priority of 0 will never be selected by
  497. # Redis Sentinel for promotion.
  498. #
  499. # By default the priority is 100.
  500. replica-priority 100
  501. # It is possible for a master to stop accepting writes if there are less than
  502. # N replicas connected, having a lag less or equal than M seconds.
  503. #
  504. # The N replicas need to be in "online" state.
  505. #
  506. # The lag in seconds, that must be <= the specified value, is calculated from
  507. # the last ping received from the replica, that is usually sent every second.
  508. #
  509. # This option does not GUARANTEE that N replicas will accept the write, but
  510. # will limit the window of exposure for lost writes in case not enough replicas
  511. # are available, to the specified number of seconds.
  512. #
  513. # For example to require at least 3 replicas with a lag <= 10 seconds use:
  514. #
  515. # min-replicas-to-write 3
  516. # min-replicas-max-lag 10
  517. #
  518. # Setting one or the other to 0 disables the feature.
  519. #
  520. # By default min-replicas-to-write is set to 0 (feature disabled) and
  521. # min-replicas-max-lag is set to 10.
  522. # A Redis master is able to list the address and port of the attached
  523. # replicas in different ways. For example the "INFO replication" section
  524. # offers this information, which is used, among other tools, by
  525. # Redis Sentinel in order to discover replica instances.
  526. # Another place where this info is available is in the output of the
  527. # "ROLE" command of a master.
  528. #
  529. # The listed IP and address normally reported by a replica is obtained
  530. # in the following way:
  531. #
  532. # IP: The address is auto detected by checking the peer address
  533. # of the socket used by the replica to connect with the master.
  534. #
  535. # Port: The port is communicated by the replica during the replication
  536. # handshake, and is normally the port that the replica is using to
  537. # listen for connections.
  538. #
  539. # However when port forwarding or Network Address Translation (NAT) is
  540. # used, the replica may be actually reachable via different IP and port
  541. # pairs. The following two options can be used by a replica in order to
  542. # report to its master a specific set of IP and port, so that both INFO
  543. # and ROLE will report those values.
  544. #
  545. # There is no need to use both the options if you need to override just
  546. # the port or the IP address.
  547. #
  548. # replica-announce-ip 5.5.5.5
  549. # replica-announce-port 1234
  550. ############################### KEYS TRACKING #################################
  551. # Redis implements server assisted support for client side caching of values.
  552. # This is implemented using an invalidation table that remembers, using
  553. # 16 millions of slots, what clients may have certain subsets of keys. In turn
  554. # this is used in order to send invalidation messages to clients. Please
  555. # to understand more about the feature check this page:
  556. #
  557. # https://redis.io/topics/client-side-caching
  558. #
  559. # When tracking is enabled for a client, all the read only queries are assumed
  560. # to be cached: this will force Redis to store information in the invalidation
  561. # table. When keys are modified, such information is flushed away, and
  562. # invalidation messages are sent to the clients. However if the workload is
  563. # heavily dominated by reads, Redis could use more and more memory in order
  564. # to track the keys fetched by many clients.
  565. #
  566. # For this reason it is possible to configure a maximum fill value for the
  567. # invalidation table. By default it is set to 10%, and once this limit is
  568. # reached, Redis will start to evict caching slots in the invalidation table
  569. # even if keys are not modified, just to reclaim memory: this will in turn
  570. # force the clients to invalidate the cached values. Basically the table
  571. # maximum fill rate is a trade off between the memory you want to spend server
  572. # side to track information about who cached what, and the ability of clients
  573. # to retain cached objects in memory.
  574. #
  575. # If you set the value to 0, it means there are no limits, and all the 16
  576. # millions of caching slots can be used at the same time. In the "stats"
  577. # INFO section, you can find information about the amount of caching slots
  578. # used at every given moment.
  579. #
  580. # tracking-table-max-fill 10
  581. ################################## SECURITY ###################################
  582. # Warning: since Redis is pretty fast an outside user can try up to
  583. # 1 million passwords per second against a modern box. This means that you
  584. # should use very strong passwords, otherwise they will be very easy to break.
  585. # Note that because the password is really a shared secret between the client
  586. # and the server, and should not be memorized by any human, the password
  587. # can be easily a long string from /dev/urandom or whatever, so by using a
  588. # long and unguessable password no brute force attack will be possible.
  589. # Redis ACL users are defined in the following format:
  590. #
  591. # user <username> ... acl rules ...
  592. #
  593. # For example:
  594. #
  595. # user worker +@list +@connection ~jobs:* on >ffa9203c493aa99
  596. #
  597. # The special username "default" is used for new connections. If this user
  598. # has the "nopass" rule, then new connections will be immediately authenticated
  599. # as the "default" user without the need of any password provided via the
  600. # AUTH command. Otherwise if the "default" user is not flagged with "nopass"
  601. # the connections will start in not authenticated state, and will require
  602. # AUTH (or the HELLO command AUTH option) in order to be authenticated and
  603. # start to work.
  604. #
  605. # The ACL rules that describe what an user can do are the following:
  606. #
  607. # on Enable the user: it is possible to authenticate as this user.
  608. # off Disable the user: it's no longer possible to authenticate
  609. # with this user, however the already authenticated connections
  610. # will still work.
  611. # +<command> Allow the execution of that command
  612. # -<command> Disallow the execution of that command
  613. # +@<category> Allow the execution of all the commands in such category
  614. # with valid categories are like @admin, @set, @sortedset, ...
  615. # and so forth, see the full list in the server.c file where
  616. # the Redis command table is described and defined.
  617. # The special category @all means all the commands, but currently
  618. # present in the server, and that will be loaded in the future
  619. # via modules.
  620. # +<command>|subcommand Allow a specific subcommand of an otherwise
  621. # disabled command. Note that this form is not
  622. # allowed as negative like -DEBUG|SEGFAULT, but
  623. # only additive starting with "+".
  624. # allcommands Alias for +@all. Note that it implies the ability to execute
  625. # all the future commands loaded via the modules system.
  626. # nocommands Alias for -@all.
  627. # ~<pattern> Add a pattern of keys that can be mentioned as part of
  628. # commands. For instance ~* allows all the keys. The pattern
  629. # is a glob-style pattern like the one of KEYS.
  630. # It is possible to specify multiple patterns.
  631. # allkeys Alias for ~*
  632. # resetkeys Flush the list of allowed keys patterns.
  633. # ><password> Add this passowrd to the list of valid password for the user.
  634. # For example >mypass will add "mypass" to the list.
  635. # This directive clears the "nopass" flag (see later).
  636. # <<password> Remove this password from the list of valid passwords.
  637. # nopass All the set passwords of the user are removed, and the user
  638. # is flagged as requiring no password: it means that every
  639. # password will work against this user. If this directive is
  640. # used for the default user, every new connection will be
  641. # immediately authenticated with the default user without
  642. # any explicit AUTH command required. Note that the "resetpass"
  643. # directive will clear this condition.
  644. # resetpass Flush the list of allowed passwords. Moreover removes the
  645. # "nopass" status. After "resetpass" the user has no associated
  646. # passwords and there is no way to authenticate without adding
  647. # some password (or setting it as "nopass" later).
  648. # reset Performs the following actions: resetpass, resetkeys, off,
  649. # -@all. The user returns to the same state it has immediately
  650. # after its creation.
  651. #
  652. # ACL rules can be specified in any order: for instance you can start with
  653. # passwords, then flags, or key patterns. However note that the additive
  654. # and subtractive rules will CHANGE MEANING depending on the ordering.
  655. # For instance see the following example:
  656. #
  657. # user alice on +@all -DEBUG ~* >somepassword
  658. #
  659. # This will allow "alice" to use all the commands with the exception of the
  660. # DEBUG command, since +@all added all the commands to the set of the commands
  661. # alice can use, and later DEBUG was removed. However if we invert the order
  662. # of two ACL rules the result will be different:
  663. #
  664. # user alice on -DEBUG +@all ~* >somepassword
  665. #
  666. # Now DEBUG was removed when alice had yet no commands in the set of allowed
  667. # commands, later all the commands are added, so the user will be able to
  668. # execute everything.
  669. #
  670. # Basically ACL rules are processed left-to-right.
  671. #
  672. # For more information about ACL configuration please refer to
  673. # the Redis web site at https://redis.io/topics/acl
  674. # Using an external ACL file
  675. #
  676. # Instead of configuring users here in this file, it is possible to use
  677. # a stand-alone file just listing users. The two methods cannot be mixed:
  678. # if you configure users here and at the same time you activate the exteranl
  679. # ACL file, the server will refuse to start.
  680. #
  681. # The format of the external ACL user file is exactly the same as the
  682. # format that is used inside redis.conf to describe users.
  683. #
  684. # aclfile /etc/redis/users.acl
  685. # IMPORTANT NOTE: starting with Redis 6 "requirepass" is just a compatiblity
  686. # layer on top of the new ACL system. The option effect will be just setting
  687. # the password for the default user. Clients will still authenticate using
  688. # AUTH <password> as usually, or more explicitly with AUTH default <password>
  689. # if they follow the new protocol: both will work.
  690. #
  691. # requirepass foobared
  692. # Command renaming (DEPRECATED).
  693. #
  694. # ------------------------------------------------------------------------
  695. # WARNING: avoid using this option if possible. Instead use ACLs to remove
  696. # commands from the default user, and put them only in some admin user you
  697. # create for administrative purposes.
  698. # ------------------------------------------------------------------------
  699. #
  700. # It is possible to change the name of dangerous commands in a shared
  701. # environment. For instance the CONFIG command may be renamed into something
  702. # hard to guess so that it will still be available for internal-use tools
  703. # but not available for general clients.
  704. #
  705. # Example:
  706. #
  707. # rename-command CONFIG b840fc02d524045429941cc15f59e41cb7be6c52
  708. #
  709. # It is also possible to completely kill a command by renaming it into
  710. # an empty string:
  711. #
  712. # rename-command CONFIG ""
  713. #
  714. # Please note that changing the name of commands that are logged into the
  715. # AOF file or transmitted to replicas may cause problems.
  716. ################################### CLIENTS ####################################
  717. # Set the max number of connected clients at the same time. By default
  718. # this limit is set to 10000 clients, however if the Redis server is not
  719. # able to configure the process file limit to allow for the specified limit
  720. # the max number of allowed clients is set to the current file limit
  721. # minus 32 (as Redis reserves a few file descriptors for internal uses).
  722. #
  723. # Once the limit is reached Redis will close all the new connections sending
  724. # an error 'max number of clients reached'.
  725. #
  726. # maxclients 10000
  727. ############################## MEMORY MANAGEMENT ################################
  728. # Set a memory usage limit to the specified amount of bytes.
  729. # When the memory limit is reached Redis will try to remove keys
  730. # according to the eviction policy selected (see maxmemory-policy).
  731. #
  732. # If Redis can't remove keys according to the policy, or if the policy is
  733. # set to 'noeviction', Redis will start to reply with errors to commands
  734. # that would use more memory, like SET, LPUSH, and so on, and will continue
  735. # to reply to read-only commands like GET.
  736. #
  737. # This option is usually useful when using Redis as an LRU or LFU cache, or to
  738. # set a hard memory limit for an instance (using the 'noeviction' policy).
  739. #
  740. # WARNING: If you have replicas attached to an instance with maxmemory on,
  741. # the size of the output buffers needed to feed the replicas are subtracted
  742. # from the used memory count, so that network problems / resyncs will
  743. # not trigger a loop where keys are evicted, and in turn the output
  744. # buffer of replicas is full with DELs of keys evicted triggering the deletion
  745. # of more keys, and so forth until the database is completely emptied.
  746. #
  747. # In short... if you have replicas attached it is suggested that you set a lower
  748. # limit for maxmemory so that there is some free RAM on the system for replica
  749. # output buffers (but this is not needed if the policy is 'noeviction').
  750. #
  751. # maxmemory <bytes>
  752. # MAXMEMORY POLICY: how Redis will select what to remove when maxmemory
  753. # is reached. You can select one from the following behaviors:
  754. #
  755. # volatile-lru -> Evict using approximated LRU, only keys with an expire set.
  756. # allkeys-lru -> Evict any key using approximated LRU.
  757. # volatile-lfu -> Evict using approximated LFU, only keys with an expire set.
  758. # allkeys-lfu -> Evict any key using approximated LFU.
  759. # volatile-random -> Remove a random key having an expire set.
  760. # allkeys-random -> Remove a random key, any key.
  761. # volatile-ttl -> Remove the key with the nearest expire time (minor TTL)
  762. # noeviction -> Don't evict anything, just return an error on write operations.
  763. #
  764. # LRU means Least Recently Used
  765. # LFU means Least Frequently Used
  766. #
  767. # Both LRU, LFU and volatile-ttl are implemented using approximated
  768. # randomized algorithms.
  769. #
  770. # Note: with any of the above policies, Redis will return an error on write
  771. # operations, when there are no suitable keys for eviction.
  772. #
  773. # At the date of writing these commands are: set setnx setex append
  774. # incr decr rpush lpush rpushx lpushx linsert lset rpoplpush sadd
  775. # sinter sinterstore sunion sunionstore sdiff sdiffstore zadd zincrby
  776. # zunionstore zinterstore hset hsetnx hmset hincrby incrby decrby
  777. # getset mset msetnx exec sort
  778. #
  779. # The default is:
  780. #
  781. # maxmemory-policy noeviction
  782. # LRU, LFU and minimal TTL algorithms are not precise algorithms but approximated
  783. # algorithms (in order to save memory), so you can tune it for speed or
  784. # accuracy. For default Redis will check five keys and pick the one that was
  785. # used less recently, you can change the sample size using the following
  786. # configuration directive.
  787. #
  788. # The default of 5 produces good enough results. 10 Approximates very closely
  789. # true LRU but costs more CPU. 3 is faster but not very accurate.
  790. #
  791. # maxmemory-samples 5
  792. # Starting from Redis 5, by default a replica will ignore its maxmemory setting
  793. # (unless it is promoted to master after a failover or manually). It means
  794. # that the eviction of keys will be just handled by the master, sending the
  795. # DEL commands to the replica as keys evict in the master side.
  796. #
  797. # This behavior ensures that masters and replicas stay consistent, and is usually
  798. # what you want, however if your replica is writable, or you want the replica
  799. # to have a different memory setting, and you are sure all the writes performed
  800. # to the replica are idempotent, then you may change this default (but be sure
  801. # to understand what you are doing).
  802. #
  803. # Note that since the replica by default does not evict, it may end using more
  804. # memory than the one set via maxmemory (there are certain buffers that may
  805. # be larger on the replica, or data structures may sometimes take more memory
  806. # and so forth). So make sure you monitor your replicas and make sure they
  807. # have enough memory to never hit a real out-of-memory condition before the
  808. # master hits the configured maxmemory setting.
  809. #
  810. # replica-ignore-maxmemory yes
  811. # Redis reclaims expired keys in two ways: upon access when those keys are
  812. # found to be expired, and also in background, in what is called the
  813. # "active expire key". The key space is slowly and interactively scanned
  814. # looking for expired keys to reclaim, so that it is possible to free memory
  815. # of keys that are expired and will never be accessed again in a short time.
  816. #
  817. # The default effort of the expire cycle will try to avoid having more than
  818. # ten percent of expired keys still in memory, and will try to avoid consuming
  819. # more than 25% of total memory and to add latency to the system. However
  820. # it is possible to increase the expire "effort" that is normally set to
  821. # "1", to a greater value, up to the value "10". At its maximum value the
  822. # system will use more CPU, longer cycles (and technically may introduce
  823. # more latency), and will tollerate less already expired keys still present
  824. # in the system. It's a tradeoff betweeen memory, CPU and latecy.
  825. #
  826. # active-expire-effort 1
  827. ############################# LAZY FREEING ####################################
  828. # Redis has two primitives to delete keys. One is called DEL and is a blocking
  829. # deletion of the object. It means that the server stops processing new commands
  830. # in order to reclaim all the memory associated with an object in a synchronous
  831. # way. If the key deleted is associated with a small object, the time needed
  832. # in order to execute the DEL command is very small and comparable to most other
  833. # O(1) or O(log_N) commands in Redis. However if the key is associated with an
  834. # aggregated value containing millions of elements, the server can block for
  835. # a long time (even seconds) in order to complete the operation.
  836. #
  837. # For the above reasons Redis also offers non blocking deletion primitives
  838. # such as UNLINK (non blocking DEL) and the ASYNC option of FLUSHALL and
  839. # FLUSHDB commands, in order to reclaim memory in background. Those commands
  840. # are executed in constant time. Another thread will incrementally free the
  841. # object in the background as fast as possible.
  842. #
  843. # DEL, UNLINK and ASYNC option of FLUSHALL and FLUSHDB are user-controlled.
  844. # It's up to the design of the application to understand when it is a good
  845. # idea to use one or the other. However the Redis server sometimes has to
  846. # delete keys or flush the whole database as a side effect of other operations.
  847. # Specifically Redis deletes objects independently of a user call in the
  848. # following scenarios:
  849. #
  850. # 1) On eviction, because of the maxmemory and maxmemory policy configurations,
  851. # in order to make room for new data, without going over the specified
  852. # memory limit.
  853. # 2) Because of expire: when a key with an associated time to live (see the
  854. # EXPIRE command) must be deleted from memory.
  855. # 3) Because of a side effect of a command that stores data on a key that may
  856. # already exist. For example the RENAME command may delete the old key
  857. # content when it is replaced with another one. Similarly SUNIONSTORE
  858. # or SORT with STORE option may delete existing keys. The SET command
  859. # itself removes any old content of the specified key in order to replace
  860. # it with the specified string.
  861. # 4) During replication, when a replica performs a full resynchronization with
  862. # its master, the content of the whole database is removed in order to
  863. # load the RDB file just transferred.
  864. #
  865. # In all the above cases the default is to delete objects in a blocking way,
  866. # like if DEL was called. However you can configure each case specifically
  867. # in order to instead release memory in a non-blocking way like if UNLINK
  868. # was called, using the following configuration directives.
  869. lazyfree-lazy-eviction no
  870. lazyfree-lazy-expire no
  871. lazyfree-lazy-server-del no
  872. replica-lazy-flush no
  873. # It is also possible, for the case when to replace the user code DEL calls
  874. # with UNLINK calls is not easy, to modify the default behavior of the DEL
  875. # command to act exactly like UNLINK, using the following configuration
  876. # directive:
  877. lazyfree-lazy-user-del no
  878. ################################ THREADED I/O #################################
  879. # Redis is mostly single threaded, however there are certain threaded
  880. # operations such as UNLINK, slow I/O accesses and other things that are
  881. # performed on side threads.
  882. #
  883. # Now it is also possible to handle Redis clients socket reads and writes
  884. # in different I/O threads. Since especially writing is so slow, normally
  885. # Redis users use pipelining in order to speedup the Redis performances per
  886. # core, and spawn multiple instances in order to scale more. Using I/O
  887. # threads it is possible to easily speedup two times Redis without resorting
  888. # to pipelining nor sharding of the instance.
  889. #
  890. # By default threading is disabled, we suggest enabling it only in machines
  891. # that have at least 4 or more cores, leaving at least one spare core.
  892. # Using more than 8 threads is unlikely to help much. We also recommend using
  893. # threaded I/O only if you actually have performance problems, with Redis
  894. # instances being able to use a quite big percentage of CPU time, otherwise
  895. # there is no point in using this feature.
  896. #
  897. # So for instance if you have a four cores boxes, try to use 2 or 3 I/O
  898. # threads, if you have a 8 cores, try to use 6 threads. In order to
  899. # enable I/O threads use the following configuration directive:
  900. #
  901. # io-threads 4
  902. #
  903. # Setting io-threads to 1 will just use the main thread as usually.
  904. # When I/O threads are enabled, we only use threads for writes, that is
  905. # to thread the write(2) syscall and transfer the client buffers to the
  906. # socket. However it is also possible to enable threading of reads and
  907. # protocol parsing using the following configuration directive, by setting
  908. # it to yes:
  909. #
  910. # io-threads-do-reads no
  911. #
  912. # Usually threading reads doesn't help much.
  913. #
  914. # NOTE 1: This configuration directive cannot be changed at runtime via
  915. # CONFIG SET. Aso this feature currently does not work when SSL is
  916. # enabled.
  917. #
  918. # NOTE 2: If you want to test the Redis speedup using redis-benchmark, make
  919. # sure you also run the benchmark itself in threaded mode, using the
  920. # --threads option to match the number of Redis theads, otherwise you'll not
  921. # be able to notice the improvements.
  922. ############################## APPEND ONLY MODE ###############################
  923. # By default Redis asynchronously dumps the dataset on disk. This mode is
  924. # good enough in many applications, but an issue with the Redis process or
  925. # a power outage may result into a few minutes of writes lost (depending on
  926. # the configured save points).
  927. #
  928. # The Append Only File is an alternative persistence mode that provides
  929. # much better durability. For instance using the default data fsync policy
  930. # (see later in the config file) Redis can lose just one second of writes in a
  931. # dramatic event like a server power outage, or a single write if something
  932. # wrong with the Redis process itself happens, but the operating system is
  933. # still running correctly.
  934. #
  935. # AOF and RDB persistence can be enabled at the same time without problems.
  936. # If the AOF is enabled on startup Redis will load the AOF, that is the file
  937. # with the better durability guarantees.
  938. #
  939. # Please check http://redis.io/topics/persistence for more information.
  940. appendonly no
  941. # The name of the append only file (default: "appendonly.aof")
  942. appendfilename "appendonly.aof"
  943. # The fsync() call tells the Operating System to actually write data on disk
  944. # instead of waiting for more data in the output buffer. Some OS will really flush
  945. # data on disk, some other OS will just try to do it ASAP.
  946. #
  947. # Redis supports three different modes:
  948. #
  949. # no: don't fsync, just let the OS flush the data when it wants. Faster.
  950. # always: fsync after every write to the append only log. Slow, Safest.
  951. # everysec: fsync only one time every second. Compromise.
  952. #
  953. # The default is "everysec", as that's usually the right compromise between
  954. # speed and data safety. It's up to you to understand if you can relax this to
  955. # "no" that will let the operating system flush the output buffer when
  956. # it wants, for better performances (but if you can live with the idea of
  957. # some data loss consider the default persistence mode that's snapshotting),
  958. # or on the contrary, use "always" that's very slow but a bit safer than
  959. # everysec.
  960. #
  961. # More details please check the following article:
  962. # http://antirez.com/post/redis-persistence-demystified.html
  963. #
  964. # If unsure, use "everysec".
  965. # appendfsync always
  966. appendfsync everysec
  967. # appendfsync no
  968. # When the AOF fsync policy is set to always or everysec, and a background
  969. # saving process (a background save or AOF log background rewriting) is
  970. # performing a lot of I/O against the disk, in some Linux configurations
  971. # Redis may block too long on the fsync() call. Note that there is no fix for
  972. # this currently, as even performing fsync in a different thread will block
  973. # our synchronous write(2) call.
  974. #
  975. # In order to mitigate this problem it's possible to use the following option
  976. # that will prevent fsync() from being called in the main process while a
  977. # BGSAVE or BGREWRITEAOF is in progress.
  978. #
  979. # This means that while another child is saving, the durability of Redis is
  980. # the same as "appendfsync none". In practical terms, this means that it is
  981. # possible to lose up to 30 seconds of log in the worst scenario (with the
  982. # default Linux settings).
  983. #
  984. # If you have latency problems turn this to "yes". Otherwise leave it as
  985. # "no" that is the safest pick from the point of view of durability.
  986. no-appendfsync-on-rewrite no
  987. # Automatic rewrite of the append only file.
  988. # Redis is able to automatically rewrite the log file implicitly calling
  989. # BGREWRITEAOF when the AOF log size grows by the specified percentage.
  990. #
  991. # This is how it works: Redis remembers the size of the AOF file after the
  992. # latest rewrite (if no rewrite has happened since the restart, the size of
  993. # the AOF at startup is used).
  994. #
  995. # This base size is compared to the current size. If the current size is
  996. # bigger than the specified percentage, the rewrite is triggered. Also
  997. # you need to specify a minimal size for the AOF file to be rewritten, this
  998. # is useful to avoid rewriting the AOF file even if the percentage increase
  999. # is reached but it is still pretty small.
  1000. #
  1001. # Specify a percentage of zero in order to disable the automatic AOF
  1002. # rewrite feature.
  1003. auto-aof-rewrite-percentage 100
  1004. auto-aof-rewrite-min-size 64mb
  1005. # An AOF file may be found to be truncated at the end during the Redis
  1006. # startup process, when the AOF data gets loaded back into memory.
  1007. # This may happen when the system where Redis is running
  1008. # crashes, especially when an ext4 filesystem is mounted without the
  1009. # data=ordered option (however this can't happen when Redis itself
  1010. # crashes or aborts but the operating system still works correctly).
  1011. #
  1012. # Redis can either exit with an error when this happens, or load as much
  1013. # data as possible (the default now) and start if the AOF file is found
  1014. # to be truncated at the end. The following option controls this behavior.
  1015. #
  1016. # If aof-load-truncated is set to yes, a truncated AOF file is loaded and
  1017. # the Redis server starts emitting a log to inform the user of the event.
  1018. # Otherwise if the option is set to no, the server aborts with an error
  1019. # and refuses to start. When the option is set to no, the user requires
  1020. # to fix the AOF file using the "redis-check-aof" utility before to restart
  1021. # the server.
  1022. #
  1023. # Note that if the AOF file will be found to be corrupted in the middle
  1024. # the server will still exit with an error. This option only applies when
  1025. # Redis will try to read more data from the AOF file but not enough bytes
  1026. # will be found.
  1027. aof-load-truncated yes
  1028. # When rewriting the AOF file, Redis is able to use an RDB preamble in the
  1029. # AOF file for faster rewrites and recoveries. When this option is turned
  1030. # on the rewritten AOF file is composed of two different stanzas:
  1031. #
  1032. # [RDB file][AOF tail]
  1033. #
  1034. # When loading Redis recognizes that the AOF file starts with the "REDIS"
  1035. # string and loads the prefixed RDB file, and continues loading the AOF
  1036. # tail.
  1037. aof-use-rdb-preamble yes
  1038. ################################ LUA SCRIPTING ###############################
  1039. # Max execution time of a Lua script in milliseconds.
  1040. #
  1041. # If the maximum execution time is reached Redis will log that a script is
  1042. # still in execution after the maximum allowed time and will start to
  1043. # reply to queries with an error.
  1044. #
  1045. # When a long running script exceeds the maximum execution time only the
  1046. # SCRIPT KILL and SHUTDOWN NOSAVE commands are available. The first can be
  1047. # used to stop a script that did not yet called write commands. The second
  1048. # is the only way to shut down the server in the case a write command was
  1049. # already issued by the script but the user doesn't want to wait for the natural
  1050. # termination of the script.
  1051. #
  1052. # Set it to 0 or a negative value for unlimited execution without warnings.
  1053. lua-time-limit 5000
  1054. ################################ REDIS CLUSTER ###############################
  1055. # Normal Redis instances can't be part of a Redis Cluster; only nodes that are
  1056. # started as cluster nodes can. In order to start a Redis instance as a
  1057. # cluster node enable the cluster support uncommenting the following:
  1058. #
  1059. # cluster-enabled yes
  1060. # Every cluster node has a cluster configuration file. This file is not
  1061. # intended to be edited by hand. It is created and updated by Redis nodes.
  1062. # Every Redis Cluster node requires a different cluster configuration file.
  1063. # Make sure that instances running in the same system do not have
  1064. # overlapping cluster configuration file names.
  1065. #
  1066. # cluster-config-file nodes-6379.conf
  1067. # Cluster node timeout is the amount of milliseconds a node must be unreachable
  1068. # for it to be considered in failure state.
  1069. # Most other internal time limits are multiple of the node timeout.
  1070. #
  1071. # cluster-node-timeout 15000
  1072. # A replica of a failing master will avoid to start a failover if its data
  1073. # looks too old.
  1074. #
  1075. # There is no simple way for a replica to actually have an exact measure of
  1076. # its "data age", so the following two checks are performed:
  1077. #
  1078. # 1) If there are multiple replicas able to failover, they exchange messages
  1079. # in order to try to give an advantage to the replica with the best
  1080. # replication offset (more data from the master processed).
  1081. # Replicas will try to get their rank by offset, and apply to the start
  1082. # of the failover a delay proportional to their rank.
  1083. #
  1084. # 2) Every single replica computes the time of the last interaction with
  1085. # its master. This can be the last ping or command received (if the master
  1086. # is still in the "connected" state), or the time that elapsed since the
  1087. # disconnection with the master (if the replication link is currently down).
  1088. # If the last interaction is too old, the replica will not try to failover
  1089. # at all.
  1090. #
  1091. # The point "2" can be tuned by user. Specifically a replica will not perform
  1092. # the failover if, since the last interaction with the master, the time
  1093. # elapsed is greater than:
  1094. #
  1095. # (node-timeout * replica-validity-factor) + repl-ping-replica-period
  1096. #
  1097. # So for example if node-timeout is 30 seconds, and the replica-validity-factor
  1098. # is 10, and assuming a default repl-ping-replica-period of 10 seconds, the
  1099. # replica will not try to failover if it was not able to talk with the master
  1100. # for longer than 310 seconds.
  1101. #
  1102. # A large replica-validity-factor may allow replicas with too old data to failover
  1103. # a master, while a too small value may prevent the cluster from being able to
  1104. # elect a replica at all.
  1105. #
  1106. # For maximum availability, it is possible to set the replica-validity-factor
  1107. # to a value of 0, which means, that replicas will always try to failover the
  1108. # master regardless of the last time they interacted with the master.
  1109. # (However they'll always try to apply a delay proportional to their
  1110. # offset rank).
  1111. #
  1112. # Zero is the only value able to guarantee that when all the partitions heal
  1113. # the cluster will always be able to continue.
  1114. #
  1115. # cluster-replica-validity-factor 10
  1116. # Cluster replicas are able to migrate to orphaned masters, that are masters
  1117. # that are left without working replicas. This improves the cluster ability
  1118. # to resist to failures as otherwise an orphaned master can't be failed over
  1119. # in case of failure if it has no working replicas.
  1120. #
  1121. # Replicas migrate to orphaned masters only if there are still at least a
  1122. # given number of other working replicas for their old master. This number
  1123. # is the "migration barrier". A migration barrier of 1 means that a replica
  1124. # will migrate only if there is at least 1 other working replica for its master
  1125. # and so forth. It usually reflects the number of replicas you want for every
  1126. # master in your cluster.
  1127. #
  1128. # Default is 1 (replicas migrate only if their masters remain with at least
  1129. # one replica). To disable migration just set it to a very large value.
  1130. # A value of 0 can be set but is useful only for debugging and dangerous
  1131. # in production.
  1132. #
  1133. # cluster-migration-barrier 1
  1134. # By default Redis Cluster nodes stop accepting queries if they detect there
  1135. # is at least an hash slot uncovered (no available node is serving it).
  1136. # This way if the cluster is partially down (for example a range of hash slots
  1137. # are no longer covered) all the cluster becomes, eventually, unavailable.
  1138. # It automatically returns available as soon as all the slots are covered again.
  1139. #
  1140. # However sometimes you want the subset of the cluster which is working,
  1141. # to continue to accept queries for the part of the key space that is still
  1142. # covered. In order to do so, just set the cluster-require-full-coverage
  1143. # option to no.
  1144. #
  1145. # cluster-require-full-coverage yes
  1146. # This option, when set to yes, prevents replicas from trying to failover its
  1147. # master during master failures. However the master can still perform a
  1148. # manual failover, if forced to do so.
  1149. #
  1150. # This is useful in different scenarios, especially in the case of multiple
  1151. # data center operations, where we want one side to never be promoted if not
  1152. # in the case of a total DC failure.
  1153. #
  1154. # cluster-replica-no-failover no
  1155. # This option, when set to yes, allows nodes to serve read traffic while the
  1156. # the cluster is in a down state, as long as it believes it owns the slots.
  1157. #
  1158. # This is useful for two cases. The first case is for when an application
  1159. # doesn't require consistency of data during node failures or network partitions.
  1160. # One example of this is a cache, where as long as the node has the data it
  1161. # should be able to serve it.
  1162. #
  1163. # The second use case is for configurations that don't meet the recommended
  1164. # three shards but want to enable cluster mode and scale later. A
  1165. # master outage in a 1 or 2 shard configuration causes a read/write outage to the
  1166. # entire cluster without this option set, with it set there is only a write outage.
  1167. # Without a quorum of masters, slot ownership will not change automatically.
  1168. #
  1169. # cluster-allow-reads-when-down no
  1170. # In order to setup your cluster make sure to read the documentation
  1171. # available at http://redis.io web site.
  1172. ########################## CLUSTER DOCKER/NAT support ########################
  1173. # In certain deployments, Redis Cluster nodes address discovery fails, because
  1174. # addresses are NAT-ted or because ports are forwarded (the typical case is
  1175. # Docker and other containers).
  1176. #
  1177. # In order to make Redis Cluster working in such environments, a static
  1178. # configuration where each node knows its public address is needed. The
  1179. # following two options are used for this scope, and are:
  1180. #
  1181. # * cluster-announce-ip
  1182. # * cluster-announce-port
  1183. # * cluster-announce-bus-port
  1184. #
  1185. # Each instruct the node about its address, client port, and cluster message
  1186. # bus port. The information is then published in the header of the bus packets
  1187. # so that other nodes will be able to correctly map the address of the node
  1188. # publishing the information.
  1189. #
  1190. # If the above options are not used, the normal Redis Cluster auto-detection
  1191. # will be used instead.
  1192. #
  1193. # Note that when remapped, the bus port may not be at the fixed offset of
  1194. # clients port + 10000, so you can specify any port and bus-port depending
  1195. # on how they get remapped. If the bus-port is not set, a fixed offset of
  1196. # 10000 will be used as usually.
  1197. #
  1198. # Example:
  1199. #
  1200. # cluster-announce-ip 10.1.1.5
  1201. # cluster-announce-port 6379
  1202. # cluster-announce-bus-port 6380
  1203. ################################## SLOW LOG ###################################
  1204. # The Redis Slow Log is a system to log queries that exceeded a specified
  1205. # execution time. The execution time does not include the I/O operations
  1206. # like talking with the client, sending the reply and so forth,
  1207. # but just the time needed to actually execute the command (this is the only
  1208. # stage of command execution where the thread is blocked and can not serve
  1209. # other requests in the meantime).
  1210. #
  1211. # You can configure the slow log with two parameters: one tells Redis
  1212. # what is the execution time, in microseconds, to exceed in order for the
  1213. # command to get logged, and the other parameter is the length of the
  1214. # slow log. When a new command is logged the oldest one is removed from the
  1215. # queue of logged commands.
  1216. # The following time is expressed in microseconds, so 1000000 is equivalent
  1217. # to one second. Note that a negative number disables the slow log, while
  1218. # a value of zero forces the logging of every command.
  1219. slowlog-log-slower-than 10000
  1220. # There is no limit to this length. Just be aware that it will consume memory.
  1221. # You can reclaim memory used by the slow log with SLOWLOG RESET.
  1222. slowlog-max-len 128
  1223. ################################ LATENCY MONITOR ##############################
  1224. # The Redis latency monitoring subsystem samples different operations
  1225. # at runtime in order to collect data related to possible sources of
  1226. # latency of a Redis instance.
  1227. #
  1228. # Via the LATENCY command this information is available to the user that can
  1229. # print graphs and obtain reports.
  1230. #
  1231. # The system only logs operations that were performed in a time equal or
  1232. # greater than the amount of milliseconds specified via the
  1233. # latency-monitor-threshold configuration directive. When its value is set
  1234. # to zero, the latency monitor is turned off.
  1235. #
  1236. # By default latency monitoring is disabled since it is mostly not needed
  1237. # if you don't have latency issues, and collecting data has a performance
  1238. # impact, that while very small, can be measured under big load. Latency
  1239. # monitoring can easily be enabled at runtime using the command
  1240. # "CONFIG SET latency-monitor-threshold <milliseconds>" if needed.
  1241. latency-monitor-threshold 0
  1242. ############################# EVENT NOTIFICATION ##############################
  1243. # Redis can notify Pub/Sub clients about events happening in the key space.
  1244. # This feature is documented at http://redis.io/topics/notifications
  1245. #
  1246. # For instance if keyspace events notification is enabled, and a client
  1247. # performs a DEL operation on key "foo" stored in the Database 0, two
  1248. # messages will be published via Pub/Sub:
  1249. #
  1250. # PUBLISH __keyspace@0__:foo del
  1251. # PUBLISH __keyevent@0__:del foo
  1252. #
  1253. # It is possible to select the events that Redis will notify among a set
  1254. # of classes. Every class is identified by a single character:
  1255. #
  1256. # K Keyspace events, published with __keyspace@<db>__ prefix.
  1257. # E Keyevent events, published with __keyevent@<db>__ prefix.
  1258. # g Generic commands (non-type specific) like DEL, EXPIRE, RENAME, ...
  1259. # $ String commands
  1260. # l List commands
  1261. # s Set commands
  1262. # h Hash commands
  1263. # z Sorted set commands
  1264. # x Expired events (events generated every time a key expires)
  1265. # e Evicted events (events generated when a key is evicted for maxmemory)
  1266. # t Stream commands
  1267. # m Key-miss events (Note: It is not included in the 'A' class)
  1268. # A Alias for g$lshzxet, so that the "AKE" string means all the events
  1269. # (Except key-miss events which are excluded from 'A' due to their
  1270. # unique nature).
  1271. #
  1272. # The "notify-keyspace-events" takes as argument a string that is composed
  1273. # of zero or multiple characters. The empty string means that notifications
  1274. # are disabled.
  1275. #
  1276. # Example: to enable list and generic events, from the point of view of the
  1277. # event name, use:
  1278. #
  1279. # notify-keyspace-events Elg
  1280. #
  1281. # Example 2: to get the stream of the expired keys subscribing to channel
  1282. # name __keyevent@0__:expired use:
  1283. #
  1284. # notify-keyspace-events Ex
  1285. #
  1286. # By default all notifications are disabled because most users don't need
  1287. # this feature and the feature has some overhead. Note that if you don't
  1288. # specify at least one of K or E, no events will be delivered.
  1289. notify-keyspace-events ""
  1290. ############################### GOPHER SERVER #################################
  1291. # Redis contains an implementation of the Gopher protocol, as specified in
  1292. # the RFC 1436 (https://www.ietf.org/rfc/rfc1436.txt).
  1293. #
  1294. # The Gopher protocol was very popular in the late '90s. It is an alternative
  1295. # to the web, and the implementation both server and client side is so simple
  1296. # that the Redis server has just 100 lines of code in order to implement this
  1297. # support.
  1298. #
  1299. # What do you do with Gopher nowadays? Well Gopher never *really* died, and
  1300. # lately there is a movement in order for the Gopher more hierarchical content
  1301. # composed of just plain text documents to be resurrected. Some want a simpler
  1302. # internet, others believe that the mainstream internet became too much
  1303. # controlled, and it's cool to create an alternative space for people that
  1304. # want a bit of fresh air.
  1305. #
  1306. # Anyway for the 10nth birthday of the Redis, we gave it the Gopher protocol
  1307. # as a gift.
  1308. #
  1309. # --- HOW IT WORKS? ---
  1310. #
  1311. # The Redis Gopher support uses the inline protocol of Redis, and specifically
  1312. # two kind of inline requests that were anyway illegal: an empty request
  1313. # or any request that starts with "/" (there are no Redis commands starting
  1314. # with such a slash). Normal RESP2/RESP3 requests are completely out of the
  1315. # path of the Gopher protocol implementation and are served as usually as well.
  1316. #
  1317. # If you open a connection to Redis when Gopher is enabled and send it
  1318. # a string like "/foo", if there is a key named "/foo" it is served via the
  1319. # Gopher protocol.
  1320. #
  1321. # In order to create a real Gopher "hole" (the name of a Gopher site in Gopher
  1322. # talking), you likely need a script like the following:
  1323. #
  1324. # https://github.com/antirez/gopher2redis
  1325. #
  1326. # --- SECURITY WARNING ---
  1327. #
  1328. # If you plan to put Redis on the internet in a publicly accessible address
  1329. # to server Gopher pages MAKE SURE TO SET A PASSWORD to the instance.
  1330. # Once a password is set:
  1331. #
  1332. # 1. The Gopher server (when enabled, not by default) will still serve
  1333. # content via Gopher.
  1334. # 2. However other commands cannot be called before the client will
  1335. # authenticate.
  1336. #
  1337. # So use the 'requirepass' option to protect your instance.
  1338. #
  1339. # To enable Gopher support uncomment the following line and set
  1340. # the option from no (the default) to yes.
  1341. #
  1342. # gopher-enabled no
  1343. ############################### ADVANCED CONFIG ###############################
  1344. # Hashes are encoded using a memory efficient data structure when they have a
  1345. # small number of entries, and the biggest entry does not exceed a given
  1346. # threshold. These thresholds can be configured using the following directives.
  1347. hash-max-ziplist-entries 512
  1348. hash-max-ziplist-value 64
  1349. # Lists are also encoded in a special way to save a lot of space.
  1350. # The number of entries allowed per internal list node can be specified
  1351. # as a fixed maximum size or a maximum number of elements.
  1352. # For a fixed maximum size, use -5 through -1, meaning:
  1353. # -5: max size: 64 Kb <-- not recommended for normal workloads
  1354. # -4: max size: 32 Kb <-- not recommended
  1355. # -3: max size: 16 Kb <-- probably not recommended
  1356. # -2: max size: 8 Kb <-- good
  1357. # -1: max size: 4 Kb <-- good
  1358. # Positive numbers mean store up to _exactly_ that number of elements
  1359. # per list node.
  1360. # The highest performing option is usually -2 (8 Kb size) or -1 (4 Kb size),
  1361. # but if your use case is unique, adjust the settings as necessary.
  1362. list-max-ziplist-size -2
  1363. # Lists may also be compressed.
  1364. # Compress depth is the number of quicklist ziplist nodes from *each* side of
  1365. # the list to *exclude* from compression. The head and tail of the list
  1366. # are always uncompressed for fast push/pop operations. Settings are:
  1367. # 0: disable all list compression
  1368. # 1: depth 1 means "don't start compressing until after 1 node into the list,
  1369. # going from either the head or tail"
  1370. # So: [head]->node->node->...->node->[tail]
  1371. # [head], [tail] will always be uncompressed; inner nodes will compress.
  1372. # 2: [head]->[next]->node->node->...->node->[prev]->[tail]
  1373. # 2 here means: don't compress head or head->next or tail->prev or tail,
  1374. # but compress all nodes between them.
  1375. # 3: [head]->[next]->[next]->node->node->...->node->[prev]->[prev]->[tail]
  1376. # etc.
  1377. list-compress-depth 0
  1378. # Sets have a special encoding in just one case: when a set is composed
  1379. # of just strings that happen to be integers in radix 10 in the range
  1380. # of 64 bit signed integers.
  1381. # The following configuration setting sets the limit in the size of the
  1382. # set in order to use this special memory saving encoding.
  1383. set-max-intset-entries 512
  1384. # Similarly to hashes and lists, sorted sets are also specially encoded in
  1385. # order to save a lot of space. This encoding is only used when the length and
  1386. # elements of a sorted set are below the following limits:
  1387. zset-max-ziplist-entries 128
  1388. zset-max-ziplist-value 64
  1389. # HyperLogLog sparse representation bytes limit. The limit includes the
  1390. # 16 bytes header. When an HyperLogLog using the sparse representation crosses
  1391. # this limit, it is converted into the dense representation.
  1392. #
  1393. # A value greater than 16000 is totally useless, since at that point the
  1394. # dense representation is more memory efficient.
  1395. #
  1396. # The suggested value is ~ 3000 in order to have the benefits of
  1397. # the space efficient encoding without slowing down too much PFADD,
  1398. # which is O(N) with the sparse encoding. The value can be raised to
  1399. # ~ 10000 when CPU is not a concern, but space is, and the data set is
  1400. # composed of many HyperLogLogs with cardinality in the 0 - 15000 range.
  1401. hll-sparse-max-bytes 3000
  1402. # Streams macro node max size / items. The stream data structure is a radix
  1403. # tree of big nodes that encode multiple items inside. Using this configuration
  1404. # it is possible to configure how big a single node can be in bytes, and the
  1405. # maximum number of items it may contain before switching to a new node when
  1406. # appending new stream entries. If any of the following settings are set to
  1407. # zero, the limit is ignored, so for instance it is possible to set just a
  1408. # max entires limit by setting max-bytes to 0 and max-entries to the desired
  1409. # value.
  1410. stream-node-max-bytes 4096
  1411. stream-node-max-entries 100
  1412. # Active rehashing uses 1 millisecond every 100 milliseconds of CPU time in
  1413. # order to help rehashing the main Redis hash table (the one mapping top-level
  1414. # keys to values). The hash table implementation Redis uses (see dict.c)
  1415. # performs a lazy rehashing: the more operation you run into a hash table
  1416. # that is rehashing, the more rehashing "steps" are performed, so if the
  1417. # server is idle the rehashing is never complete and some more memory is used
  1418. # by the hash table.
  1419. #
  1420. # The default is to use this millisecond 10 times every second in order to
  1421. # actively rehash the main dictionaries, freeing memory when possible.
  1422. #
  1423. # If unsure:
  1424. # use "activerehashing no" if you have hard latency requirements and it is
  1425. # not a good thing in your environment that Redis can reply from time to time
  1426. # to queries with 2 milliseconds delay.
  1427. #
  1428. # use "activerehashing yes" if you don't have such hard requirements but
  1429. # want to free memory asap when possible.
  1430. activerehashing yes
  1431. # The client output buffer limits can be used to force disconnection of clients
  1432. # that are not reading data from the server fast enough for some reason (a
  1433. # common reason is that a Pub/Sub client can't consume messages as fast as the
  1434. # publisher can produce them).
  1435. #
  1436. # The limit can be set differently for the three different classes of clients:
  1437. #
  1438. # normal -> normal clients including MONITOR clients
  1439. # replica -> replica clients
  1440. # pubsub -> clients subscribed to at least one pubsub channel or pattern
  1441. #
  1442. # The syntax of every client-output-buffer-limit directive is the following:
  1443. #
  1444. # client-output-buffer-limit <class> <hard limit> <soft limit> <soft seconds>
  1445. #
  1446. # A client is immediately disconnected once the hard limit is reached, or if
  1447. # the soft limit is reached and remains reached for the specified number of
  1448. # seconds (continuously).
  1449. # So for instance if the hard limit is 32 megabytes and the soft limit is
  1450. # 16 megabytes / 10 seconds, the client will get disconnected immediately
  1451. # if the size of the output buffers reach 32 megabytes, but will also get
  1452. # disconnected if the client reaches 16 megabytes and continuously overcomes
  1453. # the limit for 10 seconds.
  1454. #
  1455. # By default normal clients are not limited because they don't receive data
  1456. # without asking (in a push way), but just after a request, so only
  1457. # asynchronous clients may create a scenario where data is requested faster
  1458. # than it can read.
  1459. #
  1460. # Instead there is a default limit for pubsub and replica clients, since
  1461. # subscribers and replicas receive data in a push fashion.
  1462. #
  1463. # Both the hard or the soft limit can be disabled by setting them to zero.
  1464. client-output-buffer-limit normal 0 0 0
  1465. client-output-buffer-limit replica 256mb 64mb 60
  1466. client-output-buffer-limit pubsub 32mb 8mb 60
  1467. # Client query buffers accumulate new commands. They are limited to a fixed
  1468. # amount by default in order to avoid that a protocol desynchronization (for
  1469. # instance due to a bug in the client) will lead to unbound memory usage in
  1470. # the query buffer. However you can configure it here if you have very special
  1471. # needs, such us huge multi/exec requests or alike.
  1472. #
  1473. # client-query-buffer-limit 1gb
  1474. # In the Redis protocol, bulk requests, that are, elements representing single
  1475. # strings, are normally limited ot 512 mb. However you can change this limit
  1476. # here.
  1477. #
  1478. # proto-max-bulk-len 512mb
  1479. # Redis calls an internal function to perform many background tasks, like
  1480. # closing connections of clients in timeout, purging expired keys that are
  1481. # never requested, and so forth.
  1482. #
  1483. # Not all tasks are performed with the same frequency, but Redis checks for
  1484. # tasks to perform according to the specified "hz" value.
  1485. #
  1486. # By default "hz" is set to 10. Raising the value will use more CPU when
  1487. # Redis is idle, but at the same time will make Redis more responsive when
  1488. # there are many keys expiring at the same time, and timeouts may be
  1489. # handled with more precision.
  1490. #
  1491. # The range is between 1 and 500, however a value over 100 is usually not
  1492. # a good idea. Most users should use the default of 10 and raise this up to
  1493. # 100 only in environments where very low latency is required.
  1494. hz 10
  1495. # Normally it is useful to have an HZ value which is proportional to the
  1496. # number of clients connected. This is useful in order, for instance, to
  1497. # avoid too many clients are processed for each background task invocation
  1498. # in order to avoid latency spikes.
  1499. #
  1500. # Since the default HZ value by default is conservatively set to 10, Redis
  1501. # offers, and enables by default, the ability to use an adaptive HZ value
  1502. # which will temporary raise when there are many connected clients.
  1503. #
  1504. # When dynamic HZ is enabled, the actual configured HZ will be used
  1505. # as a baseline, but multiples of the configured HZ value will be actually
  1506. # used as needed once more clients are connected. In this way an idle
  1507. # instance will use very little CPU time while a busy instance will be
  1508. # more responsive.
  1509. dynamic-hz yes
  1510. # When a child rewrites the AOF file, if the following option is enabled
  1511. # the file will be fsync-ed every 32 MB of data generated. This is useful
  1512. # in order to commit the file to the disk more incrementally and avoid
  1513. # big latency spikes.
  1514. aof-rewrite-incremental-fsync yes
  1515. # When redis saves RDB file, if the following option is enabled
  1516. # the file will be fsync-ed every 32 MB of data generated. This is useful
  1517. # in order to commit the file to the disk more incrementally and avoid
  1518. # big latency spikes.
  1519. rdb-save-incremental-fsync yes
  1520. # Redis LFU eviction (see maxmemory setting) can be tuned. However it is a good
  1521. # idea to start with the default settings and only change them after investigating
  1522. # how to improve the performances and how the keys LFU change over time, which
  1523. # is possible to inspect via the OBJECT FREQ command.
  1524. #
  1525. # There are two tunable parameters in the Redis LFU implementation: the
  1526. # counter logarithm factor and the counter decay time. It is important to
  1527. # understand what the two parameters mean before changing them.
  1528. #
  1529. # The LFU counter is just 8 bits per key, it's maximum value is 255, so Redis
  1530. # uses a probabilistic increment with logarithmic behavior. Given the value
  1531. # of the old counter, when a key is accessed, the counter is incremented in
  1532. # this way:
  1533. #
  1534. # 1. A random number R between 0 and 1 is extracted.
  1535. # 2. A probability P is calculated as 1/(old_value*lfu_log_factor+1).
  1536. # 3. The counter is incremented only if R < P.
  1537. #
  1538. # The default lfu-log-factor is 10. This is a table of how the frequency
  1539. # counter changes with a different number of accesses with different
  1540. # logarithmic factors:
  1541. #
  1542. # +--------+------------+------------+------------+------------+------------+
  1543. # | factor | 100 hits | 1000 hits | 100K hits | 1M hits | 10M hits |
  1544. # +--------+------------+------------+------------+------------+------------+
  1545. # | 0 | 104 | 255 | 255 | 255 | 255 |
  1546. # +--------+------------+------------+------------+------------+------------+
  1547. # | 1 | 18 | 49 | 255 | 255 | 255 |
  1548. # +--------+------------+------------+------------+------------+------------+
  1549. # | 10 | 10 | 18 | 142 | 255 | 255 |
  1550. # +--------+------------+------------+------------+------------+------------+
  1551. # | 100 | 8 | 11 | 49 | 143 | 255 |
  1552. # +--------+------------+------------+------------+------------+------------+
  1553. #
  1554. # NOTE: The above table was obtained by running the following commands:
  1555. #
  1556. # redis-benchmark -n 1000000 incr foo
  1557. # redis-cli object freq foo
  1558. #
  1559. # NOTE 2: The counter initial value is 5 in order to give new objects a chance
  1560. # to accumulate hits.
  1561. #
  1562. # The counter decay time is the time, in minutes, that must elapse in order
  1563. # for the key counter to be divided by two (or decremented if it has a value
  1564. # less <= 10).
  1565. #
  1566. # The default value for the lfu-decay-time is 1. A Special value of 0 means to
  1567. # decay the counter every time it happens to be scanned.
  1568. #
  1569. # lfu-log-factor 10
  1570. # lfu-decay-time 1
  1571. ########################### ACTIVE DEFRAGMENTATION #######################
  1572. #
  1573. # What is active defragmentation?
  1574. # -------------------------------
  1575. #
  1576. # Active (online) defragmentation allows a Redis server to compact the
  1577. # spaces left between small allocations and deallocations of data in memory,
  1578. # thus allowing to reclaim back memory.
  1579. #
  1580. # Fragmentation is a natural process that happens with every allocator (but
  1581. # less so with Jemalloc, fortunately) and certain workloads. Normally a server
  1582. # restart is needed in order to lower the fragmentation, or at least to flush
  1583. # away all the data and create it again. However thanks to this feature
  1584. # implemented by Oran Agra for Redis 4.0 this process can happen at runtime
  1585. # in an "hot" way, while the server is running.
  1586. #
  1587. # Basically when the fragmentation is over a certain level (see the
  1588. # configuration options below) Redis will start to create new copies of the
  1589. # values in contiguous memory regions by exploiting certain specific Jemalloc
  1590. # features (in order to understand if an allocation is causing fragmentation
  1591. # and to allocate it in a better place), and at the same time, will release the
  1592. # old copies of the data. This process, repeated incrementally for all the keys
  1593. # will cause the fragmentation to drop back to normal values.
  1594. #
  1595. # Important things to understand:
  1596. #
  1597. # 1. This feature is disabled by default, and only works if you compiled Redis
  1598. # to use the copy of Jemalloc we ship with the source code of Redis.
  1599. # This is the default with Linux builds.
  1600. #
  1601. # 2. You never need to enable this feature if you don't have fragmentation
  1602. # issues.
  1603. #
  1604. # 3. Once you experience fragmentation, you can enable this feature when
  1605. # needed with the command "CONFIG SET activedefrag yes".
  1606. #
  1607. # The configuration parameters are able to fine tune the behavior of the
  1608. # defragmentation process. If you are not sure about what they mean it is
  1609. # a good idea to leave the defaults untouched.
  1610. # Enabled active defragmentation
  1611. # activedefrag no
  1612. # Minimum amount of fragmentation waste to start active defrag
  1613. # active-defrag-ignore-bytes 100mb
  1614. # Minimum percentage of fragmentation to start active defrag
  1615. # active-defrag-threshold-lower 10
  1616. # Maximum percentage of fragmentation at which we use maximum effort
  1617. # active-defrag-threshold-upper 100
  1618. # Minimal effort for defrag in CPU percentage, to be used when the lower
  1619. # threshold is reached
  1620. # active-defrag-cycle-min 1
  1621. # Maximal effort for defrag in CPU percentage, to be used when the upper
  1622. # threshold is reached
  1623. # active-defrag-cycle-max 25
  1624. # Maximum number of set/hash/zset/list fields that will be processed from
  1625. # the main dictionary scan
  1626. # active-defrag-max-scan-fields 1000