summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* Use commands (effects) replication by default in scripts.antirez2018-09-051-0/+2
* Make slave-ignore-maxmemory configurable.antirez2018-08-291-0/+9
* Re-apply rebased #2358.antirez2018-08-291-1/+1
* Make dynamic hz actually configurable.antirez2018-07-301-0/+9
* Dynamic HZ: separate hz from the configured hz.antirez2018-07-301-8/+8
* Fix merge errors.antirez2018-07-231-4/+0
* Merge branch 'unstable' into 5.0 branchantirez2018-07-231-35/+55
|\
| * Fix config set slowlog-log-slower-than and condition in createLatencyReportWuYunlong2018-07-131-1/+1
| * addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().antirez2018-07-021-1/+1
| * Merge pull request #4998 from itamarhaber/module_command_helpSalvatore Sanfilippo2018-07-021-6/+5
| |\
| | * Capitalizes subcommands & orders lexicographicallyItamar Haber2018-06-091-4/+4
| | * Globally applies addReplySubSyntaxErrorItamar Haber2018-06-071-2/+1
| * | add active defrag support for streamsOran Agra2018-06-271-0/+5
| * | Merge pull request #4634 from soloestoy/special-authSalvatore Sanfilippo2018-06-221-2/+2
| |\ \
| | * | config: handle special configuration "" for authzhaozhao.zz2018-01-261-2/+2
| * | | Merge pull request #5020 from shenlongxing/fix-configSalvatore Sanfilippo2018-06-181-27/+27
| |\ \ \
| | * | | Fix config_set_numerical_field() integer overflow.shenlongxing2018-06-131-27/+27
| * | | | Merge pull request #4758 from soloestoy/rdb-save-incremental-fsyncSalvatore Sanfilippo2018-06-161-0/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | rdb: incremental fsync when redis saves rdbzhaozhao.zz2018-03-161-0/+12
| | |/ /
| * | | fix active-defrag-threshold value errorShen Longxing2018-06-121-4/+6
| * | | fix integer case errorshenlongxing2018-06-091-1/+1
| | |/ | |/|
| * | Streams: make macro node limits configurable.antirez2018-06-071-0/+14
* | | fix active-defrag-threshold value errorShen Longxing2018-06-121-4/+6
* | | fix integer case errorshenlongxing2018-06-121-1/+1
* | | Streams: make macro node limits configurable.antirez2018-06-121-0/+14
|/ /
* | Make active defragmentation tests optional.antirez2018-05-241-3/+4
* | Merge pull request #4691 from oranagra/active_defrag_v2Salvatore Sanfilippo2018-03-221-0/+10
|\ \
| * | active defrag v2Oran Agra2018-03-121-0/+10
| |/
* | Cluster: ability to prevent slaves from failing over their masters.antirez2018-03-141-0/+13
|/
* proto-max-querybuf-len -> client-query-buffer-limit.antirez2018-01-111-4/+4
* New config options about protocol prefixed with "proto".antirez2018-01-111-9/+9
* Add config options for max-bulk-len and max-querybuf-len mainly to support RE...Oran Agra2017-12-291-0/+12
* Change indentation and other minor details of PR #4489.antirez2017-12-061-6/+6
* Merge remote-tracking branch 'upstream/unstable' into help_subcommandsItamar Haber2017-12-051-2/+6
|\
| * LFU: fix the missing of config get and rewritezhaozhao.zz2017-11-271-2/+6
* | Adds help to `CONFIG`Itamar Haber2017-12-031-15/+16
|/
* fix rewrite config: auto-aof-rewrite-min-sizeWuYunlong2017-07-151-2/+2
* Use SipHash hash function to mitigate HashDos attempts.antirez2017-02-201-1/+1
* Defrag: not enabled by default. Error on CONFIG SET if not available.antirez2017-01-111-0/+10
* active memory defragmentationoranagra2016-12-301-0/+58
* Only show Redis logo if logging to stdout / TTY.antirez2016-12-191-0/+4
* Switch PFCOUNT to LogLog-Beta algorithm.antirez2016-12-161-10/+1
* LogLog-Beta Algorithm support within HLLHarish Murthy2016-12-161-1/+10
* Security: CONFIG SET client-output-buffer-limit overflow fixed.antirez2016-09-261-3/+5
* RDB AOF preamble: WIP 2.antirez2016-08-091-0/+9
* Ability of slave to announce arbitrary ip/port to master.antirez2016-07-271-0/+19
* LFU: make counter log factor and decay time configurable.lfuantirez2016-07-201-0/+16
* LFU: Redis object level implementation.antirez2016-07-151-0/+2
* CONFIG GET is now no longer case sensitive.antirez2016-07-041-12/+12
* Merge pull request #3252 from oranagra/config_fixSalvatore Sanfilippo2016-06-171-3/+3
|\