1. 21 Sep, 2016 1 commit
  2. 09 Sep, 2016 1 commit
  3. 03 Aug, 2016 2 commits
  4. 02 Aug, 2016 2 commits
    • antirez's avatar
      Modules: StringAppendBuffer() and ability to retain strings. · 7829e4ed
      antirez authored
      RedisModule_StringRetain() allows, when automatic memory management is
      on, to keep string objects living after the callback returns. Can also
      be used in order to use Redis reference counting of objects inside
      modules.
      
      The reason why this is useful is that sometimes when implementing new
      data types we want to reference RedisModuleString objects inside the
      module private data structures, so those string objects must be valid
      after the callback returns even if not referenced inside the Redis key
      space.
      7829e4ed
    • antirez's avatar
      9424fe45
  5. 23 Jun, 2016 3 commits
  6. 22 Jun, 2016 2 commits
  7. 13 Jun, 2016 2 commits
  8. 10 Jun, 2016 2 commits
  9. 04 Jun, 2016 2 commits
  10. 03 Jun, 2016 3 commits
  11. 29 May, 2016 1 commit
  12. 14 May, 2016 1 commit
  13. 10 May, 2016 18 commits