1. 22 Jul, 2011 1 commit
    • Sean Bleier's avatar
      Added ability to use redis' incr to increment and decrement values. · 54638d40
      Sean Bleier authored
      To do this, we need to keep integers untouched while pickling any other type
      of value. Existing tests should prove that the native incr is working, but
      I added a test to show that if an integer was pickled and native incr is used,
      then the cache backend will convert the pickled integer correctly.
      54638d40
  2. 13 Jul, 2011 3 commits
  3. 08 Jul, 2011 2 commits
    • Ales Zoulek's avatar
      Removed custom connection pool · 113c1b6d
      Ales Zoulek authored
      The are two reasons:
      * django already implements CacheClass instance as singleton, we don't
      need to reimplement that
      * connection pool in redis.py is already tested, we shouldn't have to
      test it again
      * default keywargs charset='utf-8' and errors='strict' are defaults in
      redis.py, se we don't need to copy it over
      113c1b6d
    • Ales Zoulek's avatar
      Use ImproperlyConfigured exception from Django · d2a51db3
      Ales Zoulek authored
      Users should handle django.core.exceptions.ImproperlyConfigured better
      then a custom exception with the same name
      d2a51db3
  4. 07 Jul, 2011 4 commits
  5. 22 Jun, 2011 2 commits
  6. 20 Jun, 2011 1 commit
  7. 18 Jun, 2011 3 commits
  8. 17 Jun, 2011 2 commits
  9. 15 Jun, 2011 1 commit
  10. 21 Apr, 2011 2 commits
  11. 04 Mar, 2011 1 commit
  12. 23 Jan, 2011 1 commit
  13. 22 Jan, 2011 2 commits
    • Sean Bleier's avatar
      Bumped version · 5741bd01
      Sean Bleier authored
      5741bd01
    • Sean Bleier's avatar
      Added more tests to increase coverage and fixed a couple bugs. · 5f6f3836
      Sean Bleier authored
      We can't inherit a class from a basestring and instantiate it, so I changed
      the base class to 'object' so we can still to the type checking.
      
      I also discovered a bug with the Django 1.3 compatibility work.  In the
      incr_version method, we were using the Redis's rename function to move the key,
      but in Redis 2.0 you cannot rename a volitile key.
      
      Added some moar authors
      5f6f3836
  14. 21 Jan, 2011 2 commits
  15. 14 Jan, 2011 7 commits
  16. 04 Jan, 2011 1 commit
  17. 25 Nov, 2010 2 commits
  18. 17 Jun, 2010 2 commits
  19. 09 Jun, 2010 1 commit