Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RDMF: redisAssert -> serverAssert. | antirez | 2015-07-26 | 1 | -2/+2 |
| | |||||
* | assert.h replaced with redisassert.h when appropriate. | antirez | 2013-08-19 | 1 | -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. | antirez | 2013-08-19 | 1 | -0/+45 |
By using redisassert.h version of assert() you get stack traces in the log instead of a process disappearing on assertions. |