1. 26 Aug, 2014 3 commits
    • Matt Stancliff's avatar
      Fix key extraction for SORT · 14cedd42
      Matt Stancliff authored
      We only want to use the last STORE key, but we have to record
      we actually found a STORE key so we can increment the final return
      key count.
      
      Test added to prevent further regression.
      
      Closes #1883, #1645, #1647
      14cedd42
    • Jan-Erik Rediger's avatar
      Handle large getrange requests · b7a4cfb4
      Jan-Erik Rediger authored
      Previously the end was casted to a smaller type
      which resulted in a wrong check and failed
      with values larger than handled by unsigned.
      
      Closes #1847, #1844
      b7a4cfb4
    • Matt Stancliff's avatar
      scripting: no eval with negative key count · 9d4ebed9
      Matt Stancliff authored
      Negative key count causes segfault in Lua functions.
      
      Fixes #1842
      Closes #1843
      9d4ebed9
  2. 28 Jul, 2014 7 commits
  3. 23 Jul, 2014 4 commits
  4. 18 Jul, 2014 6 commits
  5. 30 Jun, 2014 2 commits
  6. 26 Jun, 2014 3 commits
  7. 23 Jun, 2014 2 commits
    • antirez's avatar
      Sentinel test: more correct sentinels config reset. · 6adf0e09
      antirez authored
      In the initialization test for each instance we used to unregister the
      old master and register it again to clear the config.
      However there is a race condition doing this: as soon as we unregister
      and re-register "mymaster", another Sentinel can update the new
      configuration with the old state because of gossip "hello" messages.
      
      So the correct procedure is instead, unregister "mymaster" from all the
      sentinel instances, and re-register it everywhere again.
      6adf0e09
    • antirez's avatar
      Basic tests for the ROLE command. · 5eb5a060
      antirez authored
      5eb5a060
  8. 21 Jun, 2014 13 commits