summaryrefslogtreecommitdiff
path: root/pymemcache/client/hash.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs caused by setting retry attempts to 0 on HashClientRemco van Oosterhout2015-10-211-2/+2
* hashclient ignores exceptions when no servers are foundJohn Anderson2015-09-061-4/+24
* make the hasher class pluggable in HashClientShivaram Lingamneni2015-08-121-3/+2
* Add delete_multi -> delete_many mappingAdam Chainz2015-07-241-0/+2
* Test the delete_many method and add it to Client classes that are missing itAdam Chainz2015-07-241-0/+5
* Add get_multi -> get_many mappingAdam Chainz2015-07-241-0/+2
* Add set_multi -> set_many mappingAdam Chainz2015-07-241-0/+2
* add default_kwargs to Clientduanhongyi2015-07-211-1/+1
* flake8 fixesJohn Anderson2015-07-021-1/+3
* Make ignoring exceptions optionalJohn Anderson2015-07-021-18/+34
* Fix flake8 issuesJohn Anderson2015-07-021-2/+2
* Remove dependency on clandestined and use pure python murmur3John Anderson2015-07-021-6/+6
* Code review clean ups and doc fixesJohn Anderson2015-07-021-19/+22
* Added unit testsJohn Anderson2015-06-211-8/+37
* Fix tests + pep8John Anderson2015-06-201-10/+8
* Implemented the other functions and added testsJohn Anderson2015-06-201-7/+61
* Add bringing dead servers back into rotationJohn Anderson2015-06-201-2/+17
* This adds failover support.John Anderson2015-06-201-34/+125
* Initial implementation of the hash clientJohn Anderson2015-06-201-0/+95