summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | Modules: use RedisModule_AbortBlock() in the example.antirez2016-10-131-1/+1
* | | Modules: AbortBlock() API implemented.antirez2016-10-133-1/+12
* | | Modules: blocking API documented.antirez2016-10-131-0/+265
* | | module.c: trim comment to 80 cols.antirez2016-10-131-4/+4
* | | Example modules: remove warnings about types and not used args.antirez2016-10-132-2/+13
* | | Modules: blocking command example added.module-blocking-commandsantirez2016-10-071-0/+115
* | | Modules: fixes to the blocking commands API: examples now works.antirez2016-10-071-2/+10
* | | Modules: RM_Milliseconds() API added.antirez2016-10-072-0/+8
* | | Modules: blocking commands WIP: API exported, a first example.antirez2016-10-073-3/+38
* | | Modules: introduce warning suppression macro for unused args.antirez2016-10-073-0/+22
* | | Enable warning in example modules Makefile.antirez2016-10-071-2/+2
* | | Module: API to block clients with threading support.antirez2016-10-074-11/+185
|/ /
* | Fix typos in GetContextFromIO API declaration.module-io-contextantirez2016-10-061-3/+2
* | Fix name of mispelled function.antirez2016-10-061-1/+1
* | Module: Ability to get context from IO context.antirez2016-10-065-0/+30
* | Copyright notice added to module.c.antirez2016-10-062-1/+30
* | Modules: API to save/load single precision floating point numbers.antirez2016-10-034-2/+48
* | Modules: API to log from module I/O callbacks.antirez2016-10-022-16/+40
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-10-021-1/+1
|\ \
| * | debug.c: include dlfcn.h regardless of BACKTRACE support.antirez2016-09-271-1/+1
* | | Add compiler optimizations to example module makefile.antirez2016-10-021-2/+2
|/ /
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-09-264-3/+52
|\ \ | |/
| * Merge pull request #3511 from dvirsky/create_string_printfSalvatore Sanfilippo2016-09-214-3/+52
| |\
| | * added RM_CreateStringPrintfDvir Volk2016-09-214-3/+52
| |/
* | Security: CONFIG SET client-output-buffer-limit overflow fixed.antirez2016-09-261-3/+5
|/