1. 19 Apr, 2012 1 commit
  2. 18 Apr, 2012 2 commits
  3. 17 Apr, 2012 1 commit
    • antirez's avatar
      lookupKeyByPattern() used by SORT GET/BY rewritten. Fixes issue #460. · 8e5e8f0e
      antirez authored
      lookupKeyByPattern() was implemented with a trick to speedup the lookup
      process allocating two fake Redis obejcts on the stack. However now that
      we propagate expires to the slave as DEL operations the lookup of the
      key may result into a call to expireIfNeeded() having the stack
      allocated object as argument, that may in turn use it to create the
      protocol to send to the slave. But since this fake obejcts are
      inherently read-only this is a problem.
      
      As a side effect of this fix there are no longer size limits in the
      pattern to be used with GET/BY option of SORT.
      
      See https://github.com/antirez/redis/issues/460 for bug details.
      8e5e8f0e
  4. 06 Apr, 2012 1 commit
  5. 04 Apr, 2012 1 commit
  6. 30 Mar, 2012 3 commits
  7. 29 Mar, 2012 2 commits
  8. 19 Mar, 2012 1 commit
  9. 18 Mar, 2012 9 commits
  10. 26 Feb, 2012 1 commit
  11. 22 Feb, 2012 6 commits
  12. 21 Feb, 2012 9 commits
  13. 20 Feb, 2012 1 commit
  14. 16 Feb, 2012 2 commits