index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
config.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4634 from soloestoy/special-auth
Salvatore Sanfilippo
2018-06-22
1
-2
/
+2
|
\
|
*
config: handle special configuration "" for auth
zhaozhao.zz
2018-01-26
1
-2
/
+2
*
|
Merge pull request #5020 from shenlongxing/fix-config
Salvatore Sanfilippo
2018-06-18
1
-27
/
+27
|
\
\
|
*
|
Fix config_set_numerical_field() integer overflow.
shenlongxing
2018-06-13
1
-27
/
+27
*
|
|
Merge pull request #4758 from soloestoy/rdb-save-incremental-fsync
Salvatore Sanfilippo
2018-06-16
1
-0
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rdb: incremental fsync when redis saves rdb
zhaozhao.zz
2018-03-16
1
-0
/
+12
|
|
/
*
|
fix active-defrag-threshold value error
Shen Longxing
2018-06-12
1
-4
/
+6
*
|
fix integer case error
shenlongxing
2018-06-09
1
-1
/
+1
*
|
Streams: make macro node limits configurable.
antirez
2018-06-07
1
-0
/
+14
*
|
Make active defragmentation tests optional.
antirez
2018-05-24
1
-3
/
+4
*
|
Merge pull request #4691 from oranagra/active_defrag_v2
Salvatore Sanfilippo
2018-03-22
1
-0
/
+10
|
\
\
|
*
|
active defrag v2
Oran Agra
2018-03-12
1
-0
/
+10
|
|
/
*
|
Cluster: ability to prevent slaves from failing over their masters.
antirez
2018-03-14
1
-0
/
+13
|
/
*
proto-max-querybuf-len -> client-query-buffer-limit.
antirez
2018-01-11
1
-4
/
+4
*
New config options about protocol prefixed with "proto".
antirez
2018-01-11
1
-9
/
+9
*
Add config options for max-bulk-len and max-querybuf-len mainly to support RE...
Oran Agra
2017-12-29
1
-0
/
+12
*
Change indentation and other minor details of PR #4489.
antirez
2017-12-06
1
-6
/
+6
*
Merge remote-tracking branch 'upstream/unstable' into help_subcommands
Itamar Haber
2017-12-05
1
-2
/
+6
|
\
|
*
LFU: fix the missing of config get and rewrite
zhaozhao.zz
2017-11-27
1
-2
/
+6
*
|
Adds help to `CONFIG`
Itamar Haber
2017-12-03
1
-15
/
+16
|
/
*
fix rewrite config: auto-aof-rewrite-min-size
WuYunlong
2017-07-15
1
-2
/
+2
*
Use SipHash hash function to mitigate HashDos attempts.
antirez
2017-02-20
1
-1
/
+1
*
Defrag: not enabled by default. Error on CONFIG SET if not available.
antirez
2017-01-11
1
-0
/
+10
*
active memory defragmentation
oranagra
2016-12-30
1
-0
/
+58
*
Only show Redis logo if logging to stdout / TTY.
antirez
2016-12-19
1
-0
/
+4
*
Switch PFCOUNT to LogLog-Beta algorithm.
antirez
2016-12-16
1
-10
/
+1
*
LogLog-Beta Algorithm support within HLL
Harish Murthy
2016-12-16
1
-1
/
+10
*
Security: CONFIG SET client-output-buffer-limit overflow fixed.
antirez
2016-09-26
1
-3
/
+5
*
RDB AOF preamble: WIP 2.
antirez
2016-08-09
1
-0
/
+9
*
Ability of slave to announce arbitrary ip/port to master.
antirez
2016-07-27
1
-0
/
+19
*
LFU: make counter log factor and decay time configurable.
lfu
antirez
2016-07-20
1
-0
/
+16
*
LFU: Redis object level implementation.
antirez
2016-07-15
1
-0
/
+2
*
CONFIG GET is now no longer case sensitive.
antirez
2016-07-04
1
-12
/
+12
*
Merge pull request #3252 from oranagra/config_fix
Salvatore Sanfilippo
2016-06-17
1
-3
/
+3
|
\
|
*
config set list-max-ziplist-size didn't support negative values, unlike confi...
oranagra
2016-05-22
1
-3
/
+3
*
|
Don't assume no padding or specific ordering in moduleLoadQueueEntry structure.
antirez
2016-06-13
1
-2
/
+3
*
|
Make sure modules arguments are raw strings.
antirez
2016-06-13
1
-1
/
+1
*
|
Minor changes to unifor C style to Redis code base for PR #3293.
antirez
2016-06-13
1
-3
/
+3
*
|
Use RedisModuleString for OnLoad argv.
Yossi Gottlieb
2016-06-05
1
-2
/
+2
*
|
Allow passing arguments to modules on load.
Yossi Gottlieb
2016-06-05
1
-2
/
+15
|
/
*
Modules: first preview 31 March 2016.
antirez
2016-05-10
1
-0
/
+2
*
Merge pull request #3188 from therealbill/unstable
Salvatore Sanfilippo
2016-05-05
1
-2
/
+2
|
\
|
*
fix for #3187
therealbill
2016-04-22
1
-2
/
+2
*
|
Allow CONFIG GET during loading.
antirez
2016-05-04
1
-0
/
+6
*
|
fix small issues in redis 3.2
Oran Agra
2016-04-25
1
-0
/
+2
|
/
*
Cluster announce ip / port initial implementation.
antirez
2016-01-29
1
-0
/
+24
*
Cluster announce ip / port configuration handling.
antirez
2016-01-29
1
-0
/
+8
*
Fix memory leak in masterauth config option loading.
antirez
2016-01-25
1
-0
/
+1
*
New security feature: Redis protected mode.
antirez
2016-01-07
1
-0
/
+8
*
Lazyfree options implemented in the configuration.
antirez
2015-10-05
1
-0
/
+36
[next]