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
/
redis.conf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Client types generalized.
antirez
2014-06-16
1
-2
/
+2
*
Cluster: slave validity factor is now user configurable.
antirez
2014-05-22
1
-0
/
+45
*
Fixed typos.
Kevin Menard
2014-04-23
1
-2
/
+2
*
User-defined switch point between sparse-dense HLL encodings.
antirez
2014-04-15
1
-0
/
+14
*
The default maxmemory policy is now noeviction.
antirez
2014-03-21
1
-1
/
+1
*
Default LRU samples is now 5.
antirez
2014-03-20
1
-5
/
+8
*
Redis.conf comment about tcp-backlog option improved.
antirez
2014-01-31
1
-1
/
+7
*
Option "backlog" renamed "tcp-backlog".
antirez
2014-01-31
1
-1
/
+1
*
Add support for listen(2) backlog definition
Nenad Merdanovic
2014-01-31
1
-0
/
+3
*
Cluster: fix an error in migration-barrier comment in redis.conf.
antirez
2014-01-31
1
-1
/
+1
*
Cluster: barrer -> barrier in redis.conf.
antirez
2014-01-31
1
-1
/
+1
*
Cluster: configurable replicas migration barrier.
antirez
2014-01-31
1
-0
/
+19
*
Clarify include directive behavior in example redis.conf.
antirez
2013-12-19
1
-2
/
+6
*
CONFIG REWRITE: don't throw some options on config rewrite
Yubao Liu
2013-12-19
1
-10
/
+17
*
Example redis.conf formatted to better show appendfilename option.
antirez
2013-12-19
1
-1
/
+3
*
fix typo in redis.conf and sentinel.conf
Yubao Liu
2013-12-11
1
-1
/
+1
*
Fixed typo in redis.conf.
antirez
2013-12-06
1
-1
/
+1
*
fixed typo
Anurag Ramdasan
2013-12-05
1
-1
/
+1
*
Fixed grammar: 'usually' to 'usual'
Anurag Ramdasan
2013-12-05
1
-1
/
+1
*
Fixed typos in redis.conf file.
antirez
2013-12-05
1
-8
/
+8
*
Cluster: example redis.conf updated from sec to ms for cluster-node-timeout.
antirez
2013-10-09
1
-3
/
+3
*
Revert "Document port6 and bind6 config options."
antirez
2013-07-08
1
-2
/
+0
*
Document port6 and bind6 config options.
Geoff Garside
2013-07-08
1
-0
/
+2
*
Example redis.conf: bind to multiple interfaces documented.
antirez
2013-07-08
1
-2
/
+7
*
min-slaves-to-write: don't accept writes with less than N replicas.
antirez
2013-05-30
1
-1
/
+7
*
min-slaves-to-write: initial description of the feature in redis.conf
antirez
2013-05-30
1
-0
/
+16
*
redis.conf updated: repl-timeout now uesd by masters as well.
antirez
2013-05-27
1
-2
/
+5
*
Added a define for most configuration defaults.
antirez
2013-05-15
1
-2
/
+2
*
Config option to turn AOF rewrite incremental fsync on/off.
antirez
2013-04-24
1
-0
/
+6
*
Cluster: node timeout is now configurable.
antirez
2013-04-04
1
-0
/
+6
*
Add a warning about command renaming in redis.conf.
antirez
2013-03-06
1
-0
/
+3
*
point 2 of slave-serve-stale-data miss '-' between 'stale' and 'data'
Stam He
2013-03-04
1
-1
/
+1
*
PSYNC: work in progress, preview #2, rebased to unstable.
antirez
2013-02-12
1
-0
/
+22
*
TCP keep-alive. Better documentation in redis.conf.
antirez
2013-02-09
1
-6
/
+11
*
tcp-keepalive option documented in redis.conf.
antirez
2013-02-08
1
-0
/
+11
*
TCP_NODELAY after SYNC: changes to the implementation.
antirez
2013-02-05
1
-0
/
+15
*
Fix a few typos and improve grammar of redis.conf
David Celis
2013-02-03
1
-20
/
+20
*
Keyspace events: it is now possible to select subclasses of events.
antirez
2013-01-28
1
-4
/
+33
*
Keyspace events notification API.
antirez
2013-01-28
1
-0
/
+17
*
Fixed many typos.
guiquanz
2013-01-19
1
-1
/
+1
*
serverCron() frequency is now a runtime parameter (was REDIS_HZ).
antirez
2012-12-14
1
-0
/
+17
*
Sentinel: added documentation about slave-priority in redis.conf
antirez
2012-08-28
1
-0
/
+15
*
Limit memory used by big SLOWLOG entries.
antirez
2012-04-21
1
-1
/
+1
*
redis.conf AOF section comments improved.
antirez
2012-04-20
1
-16
/
+21
*
It is now possible to enable/disable RDB checksum computation from redis.conf...
antirez
2012-04-10
1
-0
/
+9
*
Comments about security of slave-read-only in redis.coinf.
antirez
2012-03-21
1
-1
/
+9
*
Support for read-only slaves. Semantical fixes.
antirez
2012-03-20
1
-0
/
+8
*
fix typo of redis.conf
quiver
2012-03-10
1
-1
/
+1
*
Merge conflicts resolved.
antirez
2012-03-09
1
-6
/
+5
|
\
|
*
Update default configuration
Pieter Noordhuis
2012-01-25
1
-6
/
+5
[next]