summaryrefslogtreecommitdiff
path: root/pymemcache/test/test_client_hash.py
Commit message (Expand)AuthorAgeFilesLines
* fix pep8opapy2018-07-301-4/+8
* fix testopapy2018-07-301-0/+36
* fix testopapy2018-07-091-1/+1
* Don't Raise Generic Exception (#164)Norman J. Harman Jr2017-09-111-2/+2
* Introduce some missing .set() assertionsJon Parise2017-05-051-3/+4
* Return default value instead of False when all clients are downPeter Renstròˆm2017-03-141-1/+3
* Add gets_many to HashClient.Jason Biegel2017-02-171-0/+19
* Fix syntax errorsNicholas Charriere2016-11-051-1/+2
* Add optional support for unicode keysJoe Gordon2016-11-031-3/+4
* Fix flake8 and cleanup buildNicholas Charriere2016-07-271-1/+1
* Fixed bugs caused by setting retry attempts to 0 on HashClientRemco van Oosterhout2015-10-211-0/+12
* hashclient ignores exceptions when no servers are foundJohn Anderson2015-09-061-0/+58
* This adds a test to make sure kwargs are passed to clientJohn Anderson2015-07-201-0/+11
* flake8 fixesJohn Anderson2015-07-021-5/+5
* Make ignoring exceptions optionalJohn Anderson2015-07-021-2/+42
* Added unit testsJohn Anderson2015-06-211-0/+71