1. 18 Jan, 2017 2 commits
    • antirez's avatar
      Add panic() into redisassert.h. · 17ac46ea
      antirez authored
      This header file is for libs, like ziplist.c, that we want to leave
      almost separted from the core. The panic() calls will be easy to delete
      in order to use such files outside, but the debugging info we gain are
      very valuable compared to simple assertions where it is not possible to
      print debugging info.
      17ac46ea
    • antirez's avatar
      serverPanic(): allow printf() alike formatting. · 53b8bf2c
      antirez authored
      This is of great interest because allows us to print debugging
      informations that could be of useful when debugging, like in the
      following example:
      
          serverPanic("Unexpected encoding for object %d, %d",
              obj->type, obj->encoding);
      53b8bf2c
  2. 13 Jan, 2017 2 commits
  3. 12 Jan, 2017 3 commits
  4. 11 Jan, 2017 4 commits
  5. 10 Jan, 2017 2 commits
  6. 08 Jan, 2017 1 commit
  7. 02 Jan, 2017 1 commit
  8. 30 Dec, 2016 1 commit
  9. 21 Dec, 2016 1 commit
  10. 20 Dec, 2016 7 commits
  11. 19 Dec, 2016 8 commits
  12. 16 Dec, 2016 8 commits