1. 23 6月, 2016 3 次提交
    • Y
      Add RedisModule_Log() logging API function. · 715794b8
      Yossi Gottlieb 提交于
      715794b8
    • A
      Commit change in autoMemoryFreed(): first -> last. · b5072897
      antirez 提交于
      It's more natural to call the last entry added as "last", the original
      commet got me confused until I actually read the code.
      b5072897
    • A
      Modules: implement zig-zag scanning in autoMemoryFreed(). · f2dbc02f
      antirez 提交于
      Most of the time to check the last element is the way to go, however
      there are patterns where the contrary is the best choice. Zig-zag
      scanning implemented in this commmit always checks the obvious element
      first (the last added -- think at a loop where the last element
      allocated gets freed again and again), and continues checking one
      element in the head and one in the tail.
      
      Thanks to @dvisrky that fixed the original implementation of the
      function and proposed zig zag scanning.
      f2dbc02f
  2. 13 6月, 2016 2 次提交
  3. 05 6月, 2016 3 次提交
  4. 04 6月, 2016 1 次提交
  5. 19 5月, 2016 2 次提交
  6. 18 5月, 2016 1 次提交
  7. 17 5月, 2016 1 次提交
  8. 15 5月, 2016 1 次提交
  9. 11 5月, 2016 1 次提交
  10. 10 5月, 2016 25 次提交