summaryrefslogtreecommitdiff
path: root/pymemcache/client
Commit message (Expand)AuthorAgeFilesLines
* make the hasher class pluggable in HashClientShivaram Lingamneni2015-08-121-3/+2
* Also expose exceptions in backwards compatible wayJoshua Harlow2015-07-251-0/+9
* Add delete_multi -> delete_many mappingAdam Chainz2015-07-242-0/+6
* 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-242-0/+6
* Add set_multi -> set_many mappingAdam Chainz2015-07-242-0/+6
* add default_kwargs to Clientduanhongyi2015-07-211-1/+1
* Import PooledClient in its old location for backwards compatJohn Anderson2015-07-161-0/+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-023-6/+103
* Code review clean ups and doc fixesJohn Anderson2015-07-022-26/+26
* Added unit testsJohn Anderson2015-06-212-10/+38
* Fix API to be backwards compatibleJohn Anderson2015-06-211-0/+2
* Fix tests + pep8John Anderson2015-06-202-11/+9
* 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-203-0/+1128