- 12 May, 2010 9 commits
-
-
Jannis Leidel authored
-
Jannis Leidel authored
- Got rid of _prepare_key and _prepare_value - Started using the base64 module directly - Use the highest pickle protocol available - Added a set_many method - Added a delete_many method - Added an expire method - Made get_many return a dictionary as required
-
Jannis Leidel authored
-
Jannis Leidel authored
Got rid of the incr and decr implementation since we can't really increment/decrement the base64'd values.
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
Jannis Leidel authored
-
- 07 May, 2010 1 commit
-
-
Jannis Leidel authored
-
- 22 Apr, 2010 1 commit
-
-
Tomaž Muraus authored
-
- 12 Apr, 2010 1 commit
-
-
Tomaž Muraus authored
Fixed a default timeout problem - if no timeout was specified the default timeout specified in settings was not used. Now, you have three choices: 1. no timeout is specified - the default timeout is used 2. timeout is specified and it's not False - the specified value is used 3. timeout is specified as False - no timeout is set for this key and it does not expire
-
- 02 Apr, 2010 1 commit
-
-
Marcus Carlsson authored
-
- 02 Feb, 2010 2 commits
- 26 Nov, 2009 1 commit
-
-
Sean Bleier authored
Client libraries are no longer included with redis, so updated README to point to the redis client library
-
- 10 Oct, 2009 6 commits
- 09 Oct, 2009 2 commits
- 03 Jul, 2009 1 commit
-
-
Sean Bleier authored
-