1. 10 Jun, 2016 10 commits
  2. 08 Jun, 2016 1 commit
  3. 07 Jun, 2016 7 commits
  4. 05 Jun, 2016 3 commits
  5. 04 Jun, 2016 2 commits
  6. 03 Jun, 2016 3 commits
  7. 01 Jun, 2016 3 commits
  8. 31 May, 2016 3 commits
  9. 30 May, 2016 4 commits
  10. 28 May, 2016 1 commit
    • Itamar Haber's avatar
      Allow SPOP from Lua scripts · 2866e023
      Itamar Haber authored
      The existing `R` flag appears to be sufficient and there's no apparent reason why the command should be blocked.
      2866e023
  11. 22 May, 2016 1 commit
  12. 21 May, 2016 1 commit
  13. 18 May, 2016 1 commit
    • antirez's avatar
      Fix modules compilation when libc malloc is used. · b09a6b6a
      antirez authored
      Compiling Redis worked as a side effect of jemalloc target specifying
      -ldl as needed linker options, otherwise it is not provided during
      linking and dlopen() API will remain unresolved symbols.
      b09a6b6a