summaryrefslogtreecommitdiff
path: root/redis/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Added black and isort (#1734)Anas2021-11-301-4/+3
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+36
* fix: Align from_url in utils.py to remove DB as a 2nd paramTom King2020-08-171-2/+2
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-5/+10
* Switch to flake8 for static code analysis (#1328)Jon Dufresne2020-04-161-1/+1
* restore default Lock token storage, add toggle to make it thread-localwil paredes2014-06-061-0/+7
* Move import statement on top for PEP8 compliancy.Nicola Miotto2013-11-131-1/+3
* Add utility for pipelining within 'with' statement.sirnicolaz2013-08-171-0/+8
* encoding testsandy2013-06-061-2/+8
* Format code per pep8 guidelinesPaul Belanger2013-03-301-0/+1
* Merge remote-tracking branch 'jparise/cls-from_url'andy2012-08-141-24/+2
|\
| * Improved `from_url()` support.Jon Parise2012-07-061-24/+2
* | Fixed Python 3.2+ compatibilityAlex Grönholm2012-08-071-3/+2
* | Cleaned up code for PEP 8 complianceAlex Grönholm2012-08-061-1/+2
|/
* assert url.schemeKenneth Reitz2012-05-181-1/+5
* redis.from_urlKenneth Reitz2012-05-181-0/+27