1. 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
  2. 07 Jul, 2011 4 commits
  3. 22 Jun, 2011 2 commits
  4. 20 Jun, 2011 1 commit
  5. 18 Jun, 2011 3 commits
  6. 17 Jun, 2011 2 commits
  7. 15 Jun, 2011 1 commit
  8. 21 Apr, 2011 2 commits
  9. 04 Mar, 2011 1 commit
  10. 23 Jan, 2011 1 commit
  11. 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
  12. 21 Jan, 2011 2 commits
  13. 14 Jan, 2011 7 commits
  14. 04 Jan, 2011 1 commit
  15. 25 Nov, 2010 2 commits
  16. 17 Jun, 2010 2 commits
  17. 09 Jun, 2010 5 commits