summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* dict.c: fix dictGenericDelete() return ASAP condition.antirez2016-09-201-1/+2
* Clear child data when opening the pipes.cow-pipeantirez2016-09-191-0/+2
* Child -> Parent pipe for COW info transferring.antirez2016-09-196-3/+132
* zmalloc: Make fp var non local to fix build.antirez2016-09-191-2/+3
* zmalloc: zmalloc_get_smap_bytes_by_field() modified to work for any PID.antirez2016-09-195-12/+24
* redis-cli: "allocator-stats" -> "malloc-stats".antirez2016-09-191-1/+1
* Typo fixed from MEMORY DOCTOR output.oran-memory-profilingantirez2016-09-161-1/+1
* Surround allocator name with quotes in MEMORY DOCTOR output.antirez2016-09-161-1/+1
* MEMORY DOCTOR initial implementation.antirez2016-09-164-8/+104
* Provide percentage of memory peak used info.antirez2016-09-163-1/+13
* add zmalloc used mem to DEBUG SDSLENoranagra2016-09-162-3/+7
* Memory related subcommands of DEBUG moved to MEMORY.antirez2016-09-163-41/+43
* Group MEMORY command related APIs together in the source code.antirez2016-09-161-53/+53
* objectComputeSize(): skiplist nodes have different sizes.antirez2016-09-151-6/+6
* MEMORY command: HELP + dataset percentage (like in INFO).antirez2016-09-153-8/+20
* MEMORY USAGE: SAMPLES option added + fixes to size computation.antirez2016-09-151-18/+27
* INFO: new memory reporting fields added.antirez2016-09-151-1/+15
* C struct memoh renamed redisMemOverhead. API prototypes added.antirez2016-09-152-26/+28
* MEMORY OVERHEAD refactored into a generic API.antirez2016-09-151-73/+130
* dict.c: dictReplaceRaw() -> dictAddOrFind().antirez2016-09-143-4/+4
* Trim comment to 80 cols.antirez2016-09-141-1/+1
* Apply the new dictUnlink() where possible.antirez2016-09-143-8/+9
* dict.c: introduce dictUnlink().oranagra2016-09-143-11/+45
* MEMORY OVERHEAD implemented (using Oran Agra initial implementation).antirez2016-09-133-2/+104
* objectComputeSize(): estimate collections sampling N elements.antirez2016-09-133-31/+51
* Adding objectComputeSize() function.oranagra2016-09-121-0/+113
* Optimize repeated keyname hashing.oranagra2016-09-125-59/+56
* Merge pull request #3492 from wyxustcsa09/fix-memorySalvatore Sanfilippo2016-09-091-1/+1
|\
| * fix memory error on module unloadwyx2016-09-091-1/+1
* | Merge branch 'unstable' of github.com:antirez/redis into unstableantirez2016-09-099-139/+247
|\ \