1. 16 Jun, 2016 1 commit
    • antirez's avatar
      Minor aesthetic fixes to PR #3264. · 2f2fd64c
      antirez authored
      Comment format fixed + local var modified from camel case to underscore
      separators as Redis code base normally does (camel case is mostly used
      for global symbols like structure names, function names, global vars,
      ...).
      2f2fd64c
  2. 15 Jun, 2016 2 commits
  3. 14 Jun, 2016 3 commits
  4. 13 Jun, 2016 6 commits
  5. 10 Jun, 2016 5 commits
  6. 08 Jun, 2016 1 commit
  7. 07 Jun, 2016 2 commits
  8. 05 Jun, 2016 7 commits
  9. 04 Jun, 2016 2 commits
  10. 03 Jun, 2016 3 commits
  11. 01 Jun, 2016 3 commits
  12. 31 May, 2016 1 commit
    • antirez's avatar
      Avoid undefined behavior in BITFIELD implementation. · 2503acfc
      antirez authored
      Probably there is no compiler that will actaully break the code or raise
      a signal for unsigned -> signed overflowing conversion, still it was
      apparently possible to write it in a more correct way.
      
      All tests passing.
      2503acfc
  13. 30 May, 2016 2 commits
  14. 29 May, 2016 1 commit
  15. 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