1. 23 6月, 2016 2 次提交
    • A
      Modules: changes to logging function. · 4b12c6a3
      antirez 提交于
      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
    • Y
      Add RedisModule_Log() logging API function. · 715794b8
      Yossi Gottlieb 提交于
      715794b8
  2. 07 6月, 2016 1 次提交
  3. 04 6月, 2016 1 次提交
  4. 15 5月, 2016 1 次提交
  5. 10 5月, 2016 18 次提交