summaryrefslogtreecommitdiff
path: root/src/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Use const in Redis Module API where possible.Yossi Gottlieb2016-06-201-7/+7
* DEBUG command self documentation.antirez2016-05-041-1/+48
* add DEBUG JEMALLC PURGE and JEMALLOC INFO cleanupOran Agra2016-04-251-1/+16
* Hopefully better memory test on crash.antirez2015-12-161-47/+46
* Suppress harmless warnings.antirez2015-12-161-2/+2
* Crash report format improvements.antirez2015-12-161-24/+35
* Log address causing SIGSEGV.antirez2015-12-151-0/+4
* fix sprintf and snprintf format stringantirez2015-11-281-1/+1
* More reliable DEBUG loadaof.antirez2015-10-301-0/+1
* Scripting: ability to turn on Lua commands style replication globally.antirez2015-10-301-0/+5
* DEBUG RESTART/CRASH-AND-RECOVER [delay] implemented.antirez2015-10-131-0/+14
* Lazyfree: ability to free whole DBs in background.antirez2015-10-011-2/+2
* Lazyfree: Hash converted to use plain SDS WIP 4.antirez2015-10-011-10/+8
* DEBUG DIGEST Set type memory leak fixed.antirez2015-10-011-0/+1
* Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)antirez2015-10-011-6/+3
* Lazyfree: Convert Sets to use plains SDS (several commits squashed).antirez2015-10-011-1/+3
* RDMF: More consistent define names.antirez2015-07-271-62/+62
* RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-261-6/+6
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-11/+11
* RDMF: OBJ_ macros for object related stuff.antirez2015-07-261-18/+18
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-4/+4
* RDMF: redisLog -> serverLog.antirez2015-07-261-60/+60
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Add sdshdr5 to DEBUG structsize.antirez2015-07-161-0/+1
* Fix DEBUG structsize output.antirez2015-07-141-7/+7
* sds size classes - memory optimizationOran Agra2015-07-141-1/+4
* DEBUG HTSTATS <dbid> added.antirez2015-07-141-0/+21
* Merge pull request #2301 from mattsta/fix/lengthsSalvatore Sanfilippo2015-02-241-2/+2
|\
| * Improve RDB type correctnessMatt Stancliff2015-01-191-2/+2
* | DEBUG structsizeantirez2015-01-231-0/+7
|/
* Revert "Use REDIS_SUPERVISED_NONE instead of 0."antirez2015-01-121-2/+1
* Use REDIS_SUPERVISED_NONE instead of 0.antirez2015-01-121-1/+2
* Add more quicklist info to DEBUG OBJECTMatt Stancliff2015-01-021-2/+23
* Allow compression of interior quicklist nodesMatt Stancliff2015-01-021-1/+1
* Add quicklist info to DEBUG OBJECTMatt Stancliff2015-01-021-2/+14
* Add DEBUG JEMALLOC INFOMatt Stancliff2014-12-231-0/+18
* Merge pull request #2134 from pyr/feature/supervised-initSalvatore Sanfilippo2014-12-111-1/+1
|\
| * Support daemon supervision by upstart or systemdPierre-Yves Ritschard2014-11-111-1/+1
* | Better read-only behavior for expired keys in slaves.antirez2014-12-101-1/+1
* | Fix DEBUG OBJECT lru field to report seconds.antirez2014-11-261-1/+1
|/
* Fix DEBUG POPULATE warning for lack of casting.antirez2014-10-091-1/+1
* Add missing 'by'Matt Stancliff2014-09-291-1/+1
* DEBUG POPULATE two args form implemented.antirez2014-09-251-2/+4
* DEBUG CMDKEYS moved to COMMAND GETKEYS.antirez2014-06-271-18/+0
* Merge pull request #1743 from mattsta/cygwin-compile-fixSalvatore Sanfilippo2014-06-091-0/+6
|\
| * Fix lack of SA_ONSTACK under CygwinMatt Stancliff2014-05-121-0/+6
* | Small typo fixedJan-Erik Rediger2014-05-281-1/+1
* | Disable recursive watchdog signal handlerMatt Stancliff2014-05-261-1/+1
|/
* DEBUG POPULATE: call dictExpand() to avoid useless rehashing.antirez2014-05-091-0/+1
* CLIENT LIST speedup via peerid caching + smart allocation.antirez2014-04-281-1/+1