summaryrefslogtreecommitdiff
path: root/dogpile/cache/backends/redis.py
Commit message (Expand)AuthorAgeFilesLines
* fix typoMike Bayer2014-06-141-1/+1
* - repair redis connect arguments and tests, including broken testsMike Bayer2014-06-131-6/+14
* Merge https://bitbucket.org/masayuko/dogpile.cache/branch/master into pr/17Mike Bayer2014-06-131-3/+20
|\
| * add connection_pool parameter for the redis backendIGARASHI Masanao2014-05-301-1/+6
* | - version / changelog for pullreq 16Mike Bayer2014-06-131-2/+5
* | dogpile/cache/backends/redis.py: add support for the 'socket_timeout' parameterSaulius Menkevičius2014-05-281-2/+5
|/
* Python 2.6 requires explicit positional argument specification in format stringsJeff Dairiki2013-11-191-2/+2
* changed pickle protocol to pickle.HIGHEST_PROTOCOL in set_multi method of red...Łukasz Fidosz2013-09-031-1/+4
* Use compat.u() instead of u"" in RedisBackendJimmy Mabey2013-08-151-2/+2
* use the best protocol for pickleLx Yu2013-06-181-2/+2
* more doc fixesMike Bayer2013-06-141-4/+11
* - re-test redis lock, its OKMike Bayer2013-06-141-49/+10
* - this is 0.5.0Mike Bayer2013-06-141-11/+51
* directly use mset/mget/delete method in redis client for multi operationLx Yu2013-06-141-24/+17
* refine redis backend lock.Lx Yu2013-06-141-34/+10
* - Added new methods :meth:`.CacheRegion.get_or_create_multi`Mike Bayer2013-06-101-2/+2
* keys != key in redis.pyMarcos A. Sobrinho2013-04-091-1/+1
* python 3 compatibilityMarcos A. Sobrinho2013-04-091-2/+8
* _multi method for redisMarcos A. Sobrinho2013-04-081-1/+23
* - Made an adjustment to the test suite that was preventingMike Bayer2012-12-101-0/+2
* - changelog, some cleanupMike Bayer2012-11-201-4/+10
* Redis backend now supports a password, as well as configuration via url inste...Jon Rosebaugh2012-11-191-1/+9
* whitespace removalMike Bayer2012-09-161-1/+1
* - compat.py needs to be in dogpile.cache - we're a namespace package !Mike Bayer2012-06-071-1/+1
* doc updatesrel_0_2_2Mike Bayer2012-04-191-4/+22
* protocolMike Bayer2012-04-191-1/+1
* - doc/README tweaksMike Bayer2012-04-191-0/+8
* - add redis mutex alsoMike Bayer2012-04-191-1/+34
* add a Redis backendOllie Rutherfurd2012-04-191-0/+67