1. 17 Aug, 2011 1 commit
    • Sean Bleier's avatar
      Added support for unix domain sockets and custom parsers. · 9de00c2b
      Sean Bleier authored
      Added the ability to use tcp sockets or unix domain sockets. Also added the
      ability to specify a parser to use when processing responses from the redis
      server.  To do this I had to bring back the custom connection pool, since
      you need to instantiate a custom connection pool to be able to specify a
      parser class.
      9de00c2b
  2. 09 Aug, 2011 3 commits
  3. 27 Jul, 2011 2 commits
  4. 22 Jul, 2011 7 commits
  5. 13 Jul, 2011 3 commits
  6. 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
  7. 07 Jul, 2011 4 commits
  8. 22 Jun, 2011 2 commits
  9. 20 Jun, 2011 1 commit
  10. 18 Jun, 2011 3 commits
  11. 17 Jun, 2011 2 commits
  12. 15 Jun, 2011 1 commit
  13. 21 Apr, 2011 2 commits
  14. 04 Mar, 2011 1 commit
  15. 23 Jan, 2011 1 commit
  16. 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
  17. 21 Jan, 2011 2 commits
  18. 14 Jan, 2011 1 commit