summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* syncCommand() comments improved.antirez2015-08-051-1/+8
* PSYNC initial offset fix.antirez2015-08-054-17/+61
* Test PSYNC with diskless replication.antirez2015-08-051-13/+17
* Redis 3.0.3.3.0.3antirez2015-07-172-1/+23
* Do not attempt to lock on SolarisJan-Erik Rediger2015-07-171-0/+7
* pfcount support multi keysMOON_CLJ2015-07-171-1/+1
* bugfix: errno might change before loggingYongyue Sun2015-07-172-2/+2
* Fix: aof_delayed_fsync is not resetTom Kiemes2015-07-171-0/+1
* Client timeout handling improved.antirez2015-07-161-12/+20
* Clarify a comment in clientsCron().antirez2015-07-161-5/+5
* EXISTS is now variadic.antirez2015-07-132-6/+10
* Add 3.0 changed config default for maxmemory policy to release notes.antirez2015-06-291-0/+5
* Update t_zset.clinfangrong2015-06-111-1/+1
* Use best effort address binding to connect to the masterantirez2015-06-111-1/+1
* anet.c: new API anetTcpNonBlockBestEffortBindConnect()antirez2015-06-112-3/+22
* anetTcpGenericConnect(), jump to error not end on errorantirez2015-06-111-2/+2
* Don't try to bind the source address for MIGRATEantirez2015-06-111-2/+2
* Fix 3.0.2 release notes to give full credits.antirez2015-06-041-1/+1
* Redis 3.0.23.0.2antirez2015-06-042-1/+15
* hide access to debug tableBen Murphy2015-06-031-6/+9
* disable loading lua bytecodeBen Murphy2015-06-031-1/+1
* Scripting: Lua cmsgpack lib updated to include str8 supportantirez2015-06-031-29/+42
* Removed incorrect suggestionItamar Haber2015-05-291-1/+1
* Test: ZADD CH testsantirez2015-05-291-0/+7
* ZADD RETCH option renamed CHantirez2015-05-291-4/+4
* Test: ZADD INCR testantirez2015-05-291-0/+14
* Test: ZADD NX and XX options testsantirez2015-05-291-0/+59
* ZADD RETCH option: Return number of elements added or updatedantirez2015-05-291-1/+4
* ZADD NX and XX optionsantirez2015-05-291-6/+26
* ZADD implemenation able to take options.antirez2015-05-291-10/+49
* adding a sentinel command: "flushconfig"therealbill2015-05-251-0/+4
* Sentinel: CKQUORUM testsantirez2015-05-191-0/+34
* Sentinel: SENTINEL CKQUORUM commandantirez2015-05-191-0/+51
* Merge branch '3.0' of github.com:/antirez/redis into 3.0antirez2015-05-151-1/+1
|\
| * Merge pull request #2567 from ryanschwartz/patch-1Salvatore Sanfilippo2015-05-151-1/+1
| |\
| | * Update 00-RELEASENOTESRyan Schwartz2015-05-071-1/+1
* | | Rewrite smoveCommand test with ternary operatorantirez2015-05-151-4/+1
* | | uphold the smove contract to return 0 when the element is not a member of the...Glenn Nethercutt2015-05-152-1/+5
|/ /
* | protocol error log should be seen debug/verbose levelJungtaek Lim2015-05-151-1/+1
|/
* Release notes: Sentinel upgrade urgency moved to moderateantirez2015-05-051-1/+1
* Redis 3.0.13.0.1antirez2015-05-052-1/+10
* sdsfree x and yFuGangqiang2015-05-041-0/+3
* fix doc exampleFuGangqiang2015-05-041-1/+1
* fix typoFuGangqiang2015-05-041-1/+1
* update copyright yearItamar Haber2015-05-041-1/+1
* Making sentinel flush config on +slavetherealbill2015-05-041-0/+1
* Sentinel: remove useless sentinelFlushConfig() callantirez2015-05-041-4/+1
* Fix Redis server crash when Lua command exceeds client output bufferYossi Gottlieb2015-05-041-1/+1