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
*
Log when CONFIG REWRITE goes bad.
antirez
2014-02-13
1
-0
/
+1
*
Option "backlog" renamed "tcp-backlog".
antirez
2014-01-31
1
-5
/
+5
*
Add support for listen(2) backlog definition
Nenad Merdanovic
2014-01-31
1
-0
/
+7
*
Cluster: configurable replicas migration barrier.
antirez
2014-01-31
1
-0
/
+14
*
Cluster: don't rewrite slaveof config directive in cluster mode.
antirez
2014-01-20
1
-2
/
+3
*
Cluster: fix error reporting when slaveof is found in config.
antirez
2014-01-20
1
-1
/
+6
*
Fix CONFIG REWRITE handling of unknown options.
antirez
2013-12-23
1
-1
/
+3
*
CONFIG REWRITE: no special handling or include and rename-command.
antirez
2013-12-19
1
-12
/
+1
*
CONFIG REWRITE: don't throw some options on config rewrite
Yubao Liu
2013-12-19
1
-13
/
+16
*
CONFIG REWRITE: old development comments removed.
antirez
2013-12-19
1
-32
/
+4
*
CONFIG REWRITE: don't wipe unknown options.
antirez
2013-12-19
1
-9
/
+50
*
Merge branch 'newsentinel' into unstable
antirez
2013-11-21
1
-1
/
+10
|
\
|
*
CONFIG REWRITE: don't add the signature if it already exists.
antirez
2013-11-19
1
-1
/
+5
|
*
Sentinel: CONFIG REWRITE support for Sentinel config.
antirez
2013-11-19
1
-0
/
+5
*
|
Fix typo 'configuraiton' in rewriteConfigRewriteLine() comment.
antirez
2013-11-18
1
-1
/
+1
|
/
*
Cluster: time switched from seconds to milliseconds.
antirez
2013-10-09
1
-1
/
+1
*
Cluster: cluster stuff moved from redis.h to cluster.h.
antirez
2013-10-09
1
-0
/
+1
*
Add REWRITE to CONFIG subcommands help message.
antirez
2013-10-04
1
-1
/
+1
*
Introduction of a new string encoding: EMBSTR
antirez
2013-07-22
1
-3
/
+3
*
Ability to bind multiple addresses.
antirez
2013-07-04
1
-4
/
+37
*
Only allow basenames for dbfilename and appendfilename.
antirez
2013-07-02
1
-0
/
+12
*
CONFIG SET maxclients.
antirez
2013-06-28
1
-3
/
+28
*
Merge pull request #1111 from yamt/netbsd3
Salvatore Sanfilippo
2013-06-26
1
-2
/
+2
|
\
|
*
don't assume time_t == long
YAMAMOTO Takashi
2013-05-17
1
-2
/
+2
*
|
Initialize char* to NULL to remove compiler warning
Jan-Erik Rediger
2013-06-20
1
-2
/
+2
*
|
CONFIG SET: accept slave-priority zero, it is valid.
antirez
2013-05-31
1
-1
/
+1
*
|
Refresh good slaves count after CONFIG SET min-slaves-...
antirez
2013-05-30
1
-0
/
+2
*
|
min-slaves-to-write: don't accept writes with less than N replicas.
antirez
2013-05-30
1
-0
/
+20
*
|
Don't stop reading redis.conf if line has no args.
antirez
2013-05-18
1
-1
/
+1
|
/
*
Use memtoll() when parsing the backlog-size option.
config-rewrite
antirez
2013-05-15
1
-1
/
+1
*
CONFIG REWRITE: backlog size is a bytes option.
antirez
2013-05-15
1
-1
/
+1
*
CONFIG REWRITE: bindaddr -> bind.
antirez
2013-05-15
1
-1
/
+1
*
CONFIG REWRITE: when rewriting amount of bytes use GB, MB, KB if possible.
antirez
2013-05-15
1
-7
/
+31
*
CONFIG REWRITE: correctly escape the notify-keyspace-events option.
antirez
2013-05-15
1
-1
/
+3
*
CONFIG REWRITE: "active-rehashing" -> "activerehashing".
antirez
2013-05-15
1
-1
/
+1
*
CONFIG REWRITE: fixed typo in AOF fsync policy.
antirez
2013-05-15
1
-1
/
+1
*
CONFIG REWRITE: repl-disable-tcp-nodelay is a boolean option.
antirez
2013-05-15
1
-1
/
+1
*
Added a define for most configuration defaults.
antirez
2013-05-15
1
-24
/
+22
*
CONFIG REWRITE: Use sane perms when creating redis.conf from scratch.
antirez
2013-05-14
1
-1
/
+1
*
CONFIG REWRITE: actually rewrite the config file, atomically.
antirez
2013-05-14
1
-3
/
+63
*
CONFIG REWRITE: remove orphaned lines.
antirez
2013-05-14
1
-1
/
+43
*
CONFIG REWRITE: strip multiple empty lines.
antirez
2013-05-14
1
-1
/
+10
*
CONFIG REWRITE: support for client-output-buffer-limit.
antirez
2013-05-13
1
-2
/
+44
*
CONFIG REWRITE: support for dir and slaveof.
antirez
2013-05-13
1
-0
/
+12
*
CONFIG REWRITE: support for save and syslog-facility.
antirez
2013-05-13
1
-15
/
+40
*
CONFIG REWRITE: Initial support code and design.
antirez
2013-05-13
1
-1
/
+422
*
CONFIG SET server.masterauth aesthetic change.
antirez
2013-05-02
1
-5
/
+1
*
Reset masterauth if an empty string is configured.
Michel Martens
2013-05-02
1
-1
/
+5
*
Config option to turn AOF rewrite incremental fsync on/off.
antirez
2013-04-24
1
-0
/
+13
*
Cluster: CONFIG SET cluster-node-timeout.
antirez
2013-04-09
1
-0
/
+4
[next]