1. 23 Jun, 2016 2 commits
    • antirez's avatar
      Modules: changes to logging function. · 4b12c6a3
      antirez authored
      This commit changes what provided by PR #3315 (merged) in order to
      let the user specify the log level as a string.
      
      The define could be also used, but when this happens, they must be
      decoupled from the defines in the Redis core, like in the other part of
      the Redis modules implementations, so that a switch statement (or a
      function) remaps between the two, otherwise we are no longer free to
      change the internal Redis defines.
      4b12c6a3
    • Yossi Gottlieb's avatar
      715794b8
  2. 04 Jun, 2016 1 commit
  3. 10 May, 2016 10 commits