summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6326 from yunsou/yunsu-2.82.8Salvatore Sanfilippo2019-09-022-12/+14
|\
| * update dict.cLee Yunsu2019-08-201-10/+12
| * update dict.h Lee Yunsu2019-08-201-2/+2
|/
* Remove Lua state reference from buffers in lua_cmsgpack.antirez2016-02-101-28/+25
* cmsgpack: pass correct osize values to lua allocator, update correct buf free...yoav@monfort.co.il2016-02-101-4/+4
* Redis 2.8.242.8.24antirez2015-12-182-1/+18
* Fix CMD_DENYOOM macro name after backporting.antirez2015-12-181-1/+1
* Fix a race that may lead to the active (slave) client to be freed.antirez2015-12-171-1/+7
* Log address causing SIGSEGV.antirez2015-12-151-0/+4
* lua_struct.c/getnum: throw error if overflow happenSun He2015-12-141-4/+6
* Redis 2.8.23.2.8.23antirez2015-10-152-1/+20
* Redis.conf example: make clear user must pass its path as argument.antirez2015-10-151-1/+6
* Regression test for issue #2813.antirez2015-10-151-0/+53
* Move end-comment of handshake states.antirez2015-10-151-1/+1
* Make clear that slave handshake states must be ordered.antirez2015-10-151-0/+2
* Minor changes to PR #2813.antirez2015-10-151-35/+22
* Merge pull request #2813 from kevinmcgehee/2.8Salvatore Sanfilippo2015-10-151-3/+19
|\
| * Fix master timeout during handshakeKevin McGehee2015-10-141-3/+19
|/
* redis-cli pipe mode: don't stay in the write loop forever.antirez2015-09-301-1/+6
* Test: fix false positive in HSTRLEN test.antirez2015-09-151-5/+5
* Test: MOVE expire test improved.antirez2015-09-141-0/+13
* MOVE re-add TTL check fixed.antirez2015-09-141-1/+1
* MOVE now can move TTL metadata as well.antirez2015-09-142-1/+16
* Redis 2.8.22.2.8.22antirez2015-09-082-1/+49
* Sentinel: command arity check added where missing.antirez2015-09-081-0/+2
* Check args before run ckquorum. Fix issue #2635Rogerio Goncalves2015-09-081-0/+1
* pfcount support multi keysMOON_CLJ2015-09-081-1/+1
* Fix merge issues in 490847c.antirez2015-09-071-2/+2
* Undo slaves state change on failed rdbSaveToSlavesSockets().antirez2015-09-071-10/+26
* Sentinel: fix bug in config rewriting during failoverantirez2015-09-071-1/+1
* Sentinel: clarify effect of resetting failover_start_time.antirez2015-09-071-2/+4
* SCAN iter parsing changed from atoi to chartoullubuntu2015-09-071-1/+1
* Force slaves to resync after unsuccessful PSYNC.antirez2015-08-211-6/+10
* replicationHandleMasterDisconnection() belongs to replication.c.antirez2015-08-212-14/+14
* flushSlavesOutputBuffers(): details clarified via comments.antirez2015-08-211-0/+6
* Log client details on SLAVEOF command having an effect.antirez2015-08-211-3/+8
* startBgsaveForReplication(): handle waiting slaves state change.antirez2015-08-211-47/+60
* slaveTryPartialResynchronization and syncWithMaster: better synergy.antirez2015-08-071-14/+16
* syncWithMaster(): non blocking state machine.antirez2015-08-073-101/+215
* Fixed issues introduced during last merge.antirez2015-08-061-2/+2
* startBgsaveForReplication(): log what you really do.antirez2015-08-061-3/+4
* Replication: add REPLCONF CAPA EOF support.antirez2015-08-063-11/+51
* Fix synchronous readline "\n" handling.antirez2015-08-051-0/+3
* Fix replication slave pings period.antirez2015-08-051-20/+26
* Fix RDB encoding test for new csvdump format.antirez2015-08-051-13/+13
* Remove slave state change handled by replicationSetupSlaveForFullResync().antirez2015-08-051-1/+0
* Make sure we re-emit SELECT after each new slave full sync setup.antirez2015-08-053-17/+26
* Test: csvdump now scans all DBs.antirez2015-08-051-32/+36
* Don't send SELECT to slaves in WAIT_BGSAVE_START state.antirez2015-08-051-0/+1
* PSYNC test: also test the vanilla SYNC.antirez2015-08-051-18/+27