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
Commit message (
Expand
)
Author
Age
Files
Lines
*
slaveTryPartialResynchronization and syncWithMaster: better synergy.
antirez
2015-08-07
1
-14
/
+16
*
syncWithMaster(): non blocking state machine.
statemachine
antirez
2015-08-06
3
-94
/
+207
*
flushSlavesOutputBuffers(): details clarified via comments.
antirez
2015-08-06
1
-0
/
+6
*
startBgsaveForReplication(): log what you really do.
antirez
2015-08-06
1
-2
/
+3
*
Client structure comments improved.
antirez
2015-08-06
1
-27
/
+27
*
Replication: add REPLCONF CAPA EOF support.
slaves_capa
antirez
2015-08-06
3
-11
/
+51
*
Fix synchronous readline "\n" handling.
antirez
2015-08-05
1
-0
/
+3
*
Fix replication slave pings period.
antirez
2015-08-05
1
-20
/
+26
*
Fix RDB encoding test for new csvdump format.
antirez
2015-08-05
1
-13
/
+13
*
Remove slave state change handled by replicationSetupSlaveForFullResync().
antirez
2015-08-05
1
-1
/
+0
*
Make sure we re-emit SELECT after each new slave full sync setup.
antirez
2015-08-05
3
-17
/
+26
*
Test: csvdump now scans all DBs.
antirez
2015-08-05
1
-32
/
+36
*
Don't send SELECT to slaves in WAIT_BGSAVE_START state.
antirez
2015-08-05
1
-0
/
+1
*
PSYNC test: also test the vanilla SYNC.
antirez
2015-08-05
1
-18
/
+27
*
syncCommand() comments improved.
antirez
2015-08-05
1
-1
/
+8
*
PSYNC initial offset fix.
antirez
2015-08-04
4
-17
/
+61
*
Test PSYNC with diskless replication.
antirez
2015-08-04
1
-13
/
+17
*
Sentinel: add more commonly useful sections to INFO.
antirez
2015-07-29
1
-6
/
+15
*
checkTcpBacklogSetting() now called in Sentinel mode too.
antirez
2015-07-29
1
-1
/
+1
*
Support for CLIENT KILL TYPE MASTER.
antirez
2015-07-28
1
-3
/
+1
*
CLIENT_MASTER introduced.
antirez
2015-07-28
4
-10
/
+20
*
Force slaves to resync after unsuccessful PSYNC.
antirez
2015-07-28
1
-6
/
+10
*
replicationHandleMasterDisconnection() belongs to replication.c.
antirez
2015-07-28
2
-14
/
+14
*
RDMF: Redis -> Server in adjustOpenFilesLimit().
antirez
2015-07-28
1
-2
/
+2
*
Avoid magic "0" argument to prepareForShutdown().
antirez
2015-07-28
2
-4
/
+5
*
RDMF: dictRedisObjectDestructor -> dictObjectDestructor."
antirez
2015-07-28
1
-8
/
+8
*
Use mstime_t as return value of mstime().
antirez
2015-07-28
1
-1
/
+1
*
RDMF: use representClusterNodeFlags() generic name.
antirez
2015-07-27
1
-4
/
+4
*
RDMF: more names updated.
antirez
2015-07-27
8
-271
/
+271
*
RDMF: More consistent define names.
antirez
2015-07-27
33
-1740
/
+1740
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
24
-512
/
+512
*
RDMF: redisAssert -> serverAssert.
antirez
2015-07-26
24
-209
/
+209
*
RDMF: OBJ_ macros for object related stuff.
antirez
2015-07-26
23
-578
/
+578
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
29
-619
/
+619
*
RDMF: redisLog -> serverLog.
antirez
2015-07-26
14
-395
/
+395
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
37
-178
/
+178
*
deps/hiredis SDS updated to version 2.0.0.
antirez
2015-07-25
3
-145
/
+513
*
SDS: Copyright updated further.
antirez
2015-07-25
2
-0
/
+2
*
SDS: changes to unify Redis SDS with antirez/sds repo.
antirez
2015-07-25
4
-27
/
+75
*
SDS: Copyright notice updated.
antirez
2015-07-25
2
-4
/
+6
*
SDS: sdsjoinsds() call ported from antirez/sds fork.
antirez
2015-07-25
2
-0
/
+13
*
Jemalloc: use LG_QUANTUM of 3 for AMD64 and I386.
antirez
2015-07-24
1
-2
/
+2
*
SDS: avoid compiler warning in sdsIncrLen().
antirez
2015-07-24
1
-0
/
+1
*
Merge branch 'sds' into unstable
antirez
2015-07-24
9
-159
/
+434
|
\
|
*
SDS: use type 8 if we are likely to append to the string.
sds
antirez
2015-07-23
1
-0
/
+11
|
*
Fix SDS type 5 sdsIncrLen() bug and added test.
antirez
2015-07-20
1
-15
/
+27
|
*
Add sdshdr5 to DEBUG structsize.
antirez
2015-07-16
1
-0
/
+1
|
*
SDS: New sds type 5 implemented.
antirez
2015-07-15
2
-57
/
+83
|
*
Fix redis-benchmark sds binding.
antirez
2015-07-14
2
-2
/
+2
|
*
Fix DEBUG structsize output.
antirez
2015-07-14
1
-7
/
+7
[next]