projects
/
redis.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Added a new API to replicate an additional command after the replication of the curre...
[redis.git]
/
src
/
replication.c
2012-01-16
Salvatore Sanfilippo
Merge pull request #279 from kashif/patch-1
blob
|
commitdiff
|
raw
2012-01-16
antirez
Don't change the replication state if SLAVE OF is calle...
blob
|
commitdiff
|
raw
2011-12-30
antirez
Fixed replication when multiple slaves are attaching...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
server.replstate -> server.repl_state
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
some RDB server struct fields renamed.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
AOF refactoring, now with three states: ON, OFF, WAIT_R...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-15
antirez
AOF fixes in the context of replicaiton (when AOF is...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-30
antirez
Replication bug fixed: now non blocking connect is...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-31
Salvatore Sanfilippo
Merge pull request #170 from bnoordhuis/fix-sunos-build
blob
|
commitdiff
|
raw
|
diff to current
2011-10-31
antirez
7c6da73
blob
|
commitdiff
|
raw
|
diff to current
2011-10-18
antirez
Return from syncWithMaster() ASAP if the event fired...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-22
antirez
merge conflicts resolved
blob
|
commitdiff
|
raw
|
diff to current
2011-06-24
Salvatore Sanfilippo
Merge pull request #63 from djanowski/tcl
blob
|
commitdiff
|
raw
|
diff to current
2011-06-14
antirez
Updated to unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-06-10
antirez
Merge remote branch 'pietern/unstable-bench' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-06-10
antirez
Merge remote branch 'origin/unstable' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-06-09
antirez
Two fixes for replication: Slave performs the AOF rewri...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-07
antirez
Merge branch 'unstable'
blob
|
commitdiff
|
raw
|
diff to current
2011-06-05
antirez
Merge remote branch 'origin/unstable' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-05-30
Pieter Noordhuis
Make replication faster (biggest gain for small number...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-29
antirez
Merge remote branch 'pietern/unstable-replnonblock...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-22
Pieter Noordhuis
Configurable synchronous I/O timeout
blob
|
commitdiff
|
raw
|
diff to current
2011-05-22
Pieter Noordhuis
Minor changes in non-blocking repl. connect
blob
|
commitdiff
|
raw
|
diff to current
2011-05-19
Pieter Noordhuis
Non-blocking connect with master
blob
|
commitdiff
|
raw
|
diff to current
2011-02-21
antirez
suppress a Linux warning, for 2.2 sake
blob
|
commitdiff
|
raw
|
diff to current
2011-01-20
antirez
Fixed issue #435 and at the same time introduced explic...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-14
antirez
Merge remote branch 'jonahharris/syslog'
blob
|
commitdiff
|
raw
|
diff to current
2010-12-14
antirez
Merge remote branch 'pietern/cli-monitor'
blob
|
commitdiff
|
raw
|
diff to current
2010-12-14
Pieter Noordhuis
Zero-pad timestamps in MONITOR output
blob
|
commitdiff
|
raw
|
diff to current
2010-11-26
Pieter Noordhuis
Merge remote branch 'visionmedia/cli-help' into cli...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
antirez
Fix for bug 374, thanks to Jeremy Zawodny for reporting...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
antirez
Merge branch 'aaslave'
blob
|
commitdiff
|
raw
|
diff to current
2010-11-04
antirez
more replication info in logs
blob
|
commitdiff
|
raw
|
diff to current
2010-11-04
antirez
non blocking slave replication is now more non blocking...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-04
antirez
typos and minor stuff fixed in the new non blocking...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-04
antirez
first attempt to non blocking implementation of slave...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
antirez
Merge remote branch 'pietern/unixsocket'
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
antirez
merge conflict resolved
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
antirez
Merge remote branch 'remotes/pietern/zrevrangebyscore'
blob
|
commitdiff
|
raw
|
diff to current
2010-10-24
antirez
synchronous I/O networking functions originally used...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Pieter Noordhuis
Merge master with resolved conflict in src/redis-cli.c
blob
|
commitdiff
|
raw
|
diff to current
2010-09-22
antirez
Merge remote branch 'pietern/zset-mem'
blob
|
commitdiff
|
raw
|
diff to current
2010-09-22
antirez
Merge remote branch 'pietern/ziplist-eff'
blob
|
commitdiff
|
raw
|
diff to current
2010-09-16
Pieter Noordhuis
Merge branch 'zset-mem' into zrevrangebyscore
blob
|
commitdiff
|
raw
|
diff to current
2010-09-16
antirez
Merge remote branch 'pietern/networking-perf'
blob
|
commitdiff
|
raw
|
diff to current
2010-09-03
Pieter Noordhuis
Merge branch 'master' into networking-perf
blob
|
commitdiff
|
raw
|
diff to current
2010-09-02
Pieter Noordhuis
Use specialized function to add status and error replies
blob
|
commitdiff
|
raw
|
diff to current
2010-08-31
antirez
resolved conflict merging pietern/bpop-timeout
blob
|
commitdiff
|
raw
|
diff to current
2010-08-27
antirez
Fixed another instace of the Issue 173
blob
|
commitdiff
|
raw
|
diff to current
2010-08-26
antirez
Merge remote branch 'pietern/intset-split'
blob
|
commitdiff
|
raw
|
diff to current
2010-08-25
Pieter Noordhuis
Merge master and move argument splitting patch to sds.c
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
antirez
slave now detect lost connection during SYNC, fixing...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
antirez
slave with attached slaves now close the conection...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-02
Pieter Noordhuis
merged intset code into the split files
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
antirez
Fixed MONITOR output for consistency: now integer encod...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
antirez
Merged with split
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
antirez
redis.c split into many different C files.
blob
|
commitdiff
|
raw
|
diff to current