- 18 Jun, 2013 1 commit
-
-
Sean Bleier authored
-
- 13 Jun, 2013 4 commits
-
-
Carl Meyer authored
-
Carl Meyer authored
-
Carl Meyer authored
-
Carl Meyer authored
-
- 12 Jun, 2013 5 commits
-
-
Carl Meyer authored
-
Carl Meyer authored
-
Carl Meyer authored
-
Carl Meyer authored
-
Carl Meyer authored
-
- 20 Feb, 2013 4 commits
-
-
Sean Bleier authored
-
Sean Bleier authored
-
Sean Bleier authored
Broken boolean values
-
kerash authored
-
- 05 Feb, 2013 1 commit
-
-
Sean Bleier authored
-
- 04 Feb, 2013 2 commits
-
-
Sean Bleier authored
-
Sean Bleier authored
-
- 20 Oct, 2012 1 commit
-
-
Sean Bleier authored
-
- 06 Jul, 2012 3 commits
-
-
Sean Bleier authored
-
Sean Bleier authored
-
Matt Robenolt authored
The way it is now, doing a cache.add has a slight race condition between checking if the key exists already before setting. This rewrite uses the native SETNX command to only set the key if one doesn't exist yet.
-
- 16 May, 2012 3 commits
-
-
Sean Bleier authored
-
Sean Bleier authored
Adding test to prove multiple connections are being formed when accessing multiple backends. Thanks to @twidi for the report and jezdez for the kick in the pants.
-
-
- 01 May, 2012 1 commit
-
-
Sean Bleier authored
-
- 30 Apr, 2012 1 commit
-
-
Issac Kelly authored
-
- 10 Jan, 2012 1 commit
-
-
mucca authored
-
- 05 Sep, 2011 2 commits
-
-
Sean Bleier authored
-
Sean Bleier authored
-
- 24 Aug, 2011 2 commits
-
-
Sean Bleier authored
-
Sean Bleier authored
Modified the timeout value semantics to better match the memcache cache backend, i.e. negative timeouts are instant expiration, 0 timeout is no expiration, and greater than 0 is time to live.
-
- 18 Aug, 2011 3 commits
-
-
Sean Bleier authored
-
Sean Bleier authored
Bumped to version 0.9.0 -- Added ability to specifiy the parser class and the ability to use Unix domain sockets
-
Sean Bleier authored
-
- 17 Aug, 2011 1 commit
-
-
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.
-
- 09 Aug, 2011 3 commits
-
-
Sean Bleier authored
-
Ales Zoulek authored
-
Ales Zoulek authored
-
- 27 Jul, 2011 2 commits
-
-
Sean Bleier authored
Nudged to version 0.8.2. Addresses handling of integers when using the 'get_many' method. Fixes issue #20 on github.
-
Sean Bleier authored
-