summaryrefslogtreecommitdiff
path: root/src/redisassert.h
Commit message (Collapse)AuthorAgeFilesLines
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-2/+2
|
* assert.h replaced with redisassert.h when appropriate.antirez2013-08-191-1/+3
| | | | | Also a warning was suppressed by including unistd.h in redisassert.h (needed for _exit()).
* Added redisassert.h as drop in replacement for assert.h.antirez2013-08-191-0/+45
By using redisassert.h version of assert() you get stack traces in the log instead of a process disappearing on assertions.