1. 19 May, 2020 1 commit
  2. 04 May, 2020 1 commit
    • Michael Grunder's avatar
      Remove nested depth limitation. (#797) · eafb085d
      Michael Grunder authored
      * Remove nested depth limitation.
      
      This commit removes the nested multi-bulk depth limitation of 7.
      We do this by switching to pointer to pointer indirection and
      growing the stack in chunks when needed.
      
      See: #794, #421
      eafb085d
  3. 04 Aug, 2019 2 commits
  4. 20 Feb, 2019 1 commit
  5. 21 May, 2018 1 commit
  6. 20 Apr, 2016 1 commit
    • Jan-Erik Rediger's avatar
      fix: Remove backwards compatibility macro's · 8f5265de
      Jan-Erik Rediger authored
      Closes #296
      
      BREAKING CHANGE: This removes the redisReplyReader* functions, which are
                       already replaced by redisReader* functions.
                       It renames `redisReplyReaderSetPrivdata`,
                       `redisReplyReaderGetObject` and `redisReplyReaderGetError`
                       to `redisReaderSetPrivdata`, `redisReaderGetObject`
                       and `redisReaderGetError`.
      8f5265de
  7. 27 Oct, 2015 1 commit
  8. 05 Jan, 2015 1 commit
    • tzickel's avatar
      Refactor reading code into read.c · ba3e74c4
      tzickel authored
      Makes hiredis reading functions easier to include in external projects
      
      [fixed all merge conflicts against current version]
      
      Closes #249
      ba3e74c4