1. 03 Jun, 2020 1 commit
  2. 18 Dec, 2019 1 commit
  3. 21 Jun, 2018 1 commit
  4. 16 Jun, 2017 1 commit
  5. 06 Jul, 2016 1 commit
  6. 28 Mar, 2013 2 commits
  7. 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
  8. 01 May, 2012 1 commit
  9. 07 Dec, 2011 1 commit
  10. 12 Nov, 2011 1 commit
  11. 11 Nov, 2011 1 commit
  12. 11 Jul, 2011 1 commit
  13. 03 Aug, 2010 2 commits
  14. 02 Jun, 2010 4 commits
  15. 14 May, 2010 2 commits