1. 27 Jan, 2017 3 commits
  2. 26 Jan, 2017 2 commits
  3. 25 Jan, 2017 1 commit
  4. 20 Jan, 2017 1 commit
  5. 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
  6. 13 Jan, 2017 2 commits
  7. 12 Jan, 2017 3 commits
  8. 11 Jan, 2017 4 commits
  9. 10 Jan, 2017 2 commits
  10. 08 Jan, 2017 1 commit
  11. 02 Jan, 2017 1 commit
  12. 30 Dec, 2016 1 commit
  13. 24 Dec, 2016 1 commit
    • oranagra's avatar
      fix rare assertion in DEBUG DIGEST · b2da5ea7
      oranagra authored
      getExpire calls dictFind which can do rehashing.
      found by calling computeDatasetDigest from serverCron and running the test suite.
      b2da5ea7
  14. 21 Dec, 2016 1 commit
  15. 20 Dec, 2016 7 commits
  16. 19 Dec, 2016 8 commits