summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 4.0.0-RC1 (3.9.101).4.0-rc1antirez2016-12-022-12/+2775
* Modules: API doc updated (auto generated).antirez2016-12-021-7/+190
* Modules: types doc updated to new API.antirez2016-12-021-14/+22
* PSYNC2: Do not accept WAIT in slave instances.antirez2016-12-021-0/+5
* Modules: change type registration API to use a struct of methods.antirez2016-11-304-10/+65
* PSYNC2 test: check ability to resync after restart.antirez2016-11-291-1/+35
* PSYNC2 test: 20 seconds are enough...antirez2016-11-291-1/+5
* PSYNC2 test: test added to the default tests.antirez2016-11-291-0/+1
* PSYNC2: Minor memory leak reading -NOMASTERLINK master reply fixed.antirez2016-11-291-0/+1
* PSYNC2 test: modify the test for production.antirez2016-11-291-17/+33
* PSYNC2: stop sending newlines to sub-slaves when master is down.antirez2016-11-283-30/+6
* PSYNC2: Test (WIP).antirez2016-11-281-0/+127
* Better protocol errors logging.antirez2016-11-251-10/+29
* PSYNC2: on transient error jump to error, not write_error.antirez2016-11-241-1/+1
* Modules: fix client blocking calls access to invalid struct field.antirez2016-11-241-1/+1
* PSYNC2: bugfixing pre release.antirez2016-11-232-11/+39
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-11-181-1/+1
|\
| * Merge pull request #3612 from deep011/unstableSalvatore Sanfilippo2016-11-181-1/+1
| |\
| | * fix a possible bug for 'replconf getack'deep0112016-11-161-1/+1
* | | Test: WAIT tests added in wait.tcl unit.antirez2016-11-182-0/+43
|/ /
* | Merge branch 'psync2' into unstableantirez2016-11-1710-143/+468
|\ \
| * | PSYNC2: Save replication ID/offset on RDB file.psync2antirez2016-11-104-3/+29
| * | PSYNC2: Wrap debugging code with if(0)antirez2016-11-091-1/+3
| * | PSYNC2: different improvements to Redis replication.antirez2016-11-0910-143/+440
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-11-161-1/+1
|\ \ \ | | |/ | |/|
| * | Merge pull request #3568 from MichaelTSS/patch-1Salvatore Sanfilippo2016-11-021-1/+1
| |\ \ | | |/ | |/|
| | * TypoMichel Tresseras2016-10-241-1/+1
* | | Cluster: handle zero bytes at the end of nodes.conf.antirez2016-11-161-1/+1
|/ /
* | redis-cli typo fixed: perferences -> preferences.antirez2016-11-021-2/+2
* | Merge pull request #3514 from charsyam/feature/simple-refactoringSalvatore Sanfilippo2016-11-021-1/+1
|\ \
| * | Simple change just using slaves instead of server.slavescharsyam2016-09-241-1/+1
* | | Merge pull request #3547 from yyoshiki41/refactor/redis-tribSalvatore Sanfilippo2016-11-021-2/+1
|\ \ \
| * | | Refactor redis-trib.rbyyoshiki412016-10-101-2/+1
* | | | Merge pull request #3575 from deep011/unstableSalvatore Sanfilippo2016-11-021-3/+3
|\ \ \ \
| * | | | fix a bug for quicklistDup() functiondeep2016-10-281-3/+3
| | |_|/ | |/| |
* | | | Merge pull request #3581 from dvirsky/fix_io_ctx_sizeofSalvatore Sanfilippo2016-11-021-1/+1
|\ \ \ \
| * | | | fixed sizeof in allocating io RedisModuleCtx*Dvir Volk2016-10-311-1/+1
|/ / / /
* | | | Test: regression test for #3564 added.antirez2016-10-311-0/+9
* | | | Merge pull request #3565 from sunheehnus/bitfield-fix-highest_write_offsetSalvatore Sanfilippo2016-10-311-2/+3
|\ \ \ \
| * | | | bitops.c/bitfieldCommand: update higest_write_offset with checksunhe2016-10-221-2/+3
| |/ / /
* | | | Merge pull request #3573 from jybaek/module-io-contextSalvatore Sanfilippo2016-10-311-0/+1
|\ \ \ \
| * | | | Add missing fclose()jybaek2016-10-281-0/+1
| | |/ / | |/| |
* | | | Merge pull request #3579 from guybe7/unstableSalvatore Sanfilippo2016-10-311-7/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixed wrong sizeof(client) in object.cGuy Benoish2016-10-311-7/+7
|/ / /
* | | Remove "Hey!" warning...antirez2016-10-191-1/+0
* | | Better target MacOS on __atomic macros conditional compilation.antirez2016-10-171-1/+2
* | | Merge pull request #3560 from melo/fix-macos-10-8-compileSalvatore Sanfilippo2016-10-171-1/+1
|\ \ \
| * | | Fixes compilation on MacOS 10.8.5, Clang tags/Apple/clang-421.0.57Pedro Melo2016-10-171-1/+1
|/ / /
* | | Fix SELECT test, broken cause change in error msg.antirez2016-10-141-1/+1
* | | SWAPDB command.antirez2016-10-143-1/+88