summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * \ Merge branch 'aofrdb' into unstableantirez2016-09-098-137/+236
| |\ \
| | * | RDB AOF preamble: test it in the aofrw unit.aofrdbantirez2016-08-241-49/+52
| | * | Document RDB preamble in AOF rewrites in redis.conf.antirez2016-08-241-0/+14
| | * | RDB AOF preamble: WIP 4 (Mixed RDB/AOF loading).antirez2016-08-112-6/+33
| | * | RDB AOF preamble: WIP 3 (RDB loading refactoring).antirez2016-08-111-29/+38
| | * | RDB AOF preamble: WIP 2.antirez2016-08-095-28/+37
| | * | RDB AOF preamble: WIP 1.antirez2016-08-094-35/+72
| * | | fix the fix for the TCP binding.antirez2016-09-091-10/+15
| * | | fix tcp binding when IPv6 is unsupportedoranagra2016-09-092-10/+14
* | | | Example modules: Add C99 standard to cflags.antirez2016-09-091-2/+2
|/ / /
* | | debug.c: no need to define _GNU_SOURCE, is defined in fmacros.h.antirez2016-09-091-1/+0
* | | crash log - improve code dump with more info and called symbols.antirez2016-09-091-20/+59
* | | crash log - add hex dump of function codeoranagra2016-09-081-0/+22
| |/ |/|
* | dict.c benchmark minor improvements.antirez2016-09-071-1/+19
* | dict.c benchmark: mixed del/insert benchmark.antirez2016-09-071-0/+11
* | dict.c benchmark: finish rehashing before testing lookups.antirez2016-09-071-0/+5
* | dict.c benchmark improvements.antirez2016-09-071-4/+27
* | dict.c benchmark: take optional count argument.antirez2016-09-071-3/+11
* | dict.c benchmark.antirez2016-09-072-1/+60
* | Fix rdb.c var types when calling rdbLoadLen().antirez2016-09-011-3/+3
* | sds: don't check for impossible string size in 32 bit systems.antirez2016-09-011-0/+3