1. 16 Jun, 2017 1 commit
  2. 06 Jul, 2016 1 commit
  3. 28 Mar, 2013 2 commits
  4. 12 Nov, 2012 1 commit
    • antirez's avatar
      TTL API change: TTL returns -2 for non existing keys. · aa2bf6ba
      antirez authored
      The previous behavior was to return -1 if:
      
      1) Existing key but without an expire set.
      2) Non existing key.
      
      Now the second case is handled in a different, and TTL will return -2
      if the key does not exist at all.
      
      PTTL follows the same behavior as well.
      aa2bf6ba
  5. 01 May, 2012 1 commit
  6. 07 Dec, 2011 1 commit
  7. 12 Nov, 2011 1 commit
  8. 11 Nov, 2011 1 commit
  9. 11 Jul, 2011 1 commit
  10. 03 Aug, 2010 2 commits
  11. 02 Jun, 2010 4 commits
  12. 14 May, 2010 2 commits