summaryrefslogtreecommitdiff
path: root/pymemcache/test/test_client_hash.py
Commit message (Expand)AuthorAgeFilesLines
* Use client.set_many in HashClient.Martin Jørgensen2021-05-271-2/+2
* Fixed `HashClient.{get,set}_many()` with UNIX sockets.Nick Pope2021-05-101-0/+54
* Added support for connections over IPv6.Nick Pope2020-09-031-4/+13
* Fixed custom client for HashClient using pooling.Nick Pope2020-09-021-0/+13
* Added support for UNIX sockets in HashClient.Nick Pope2020-09-021-4/+31
* Stopped storing False for missing keys in HashClient.get_many().Nick Pope2020-08-171-1/+1
* Added missing HashClient.close() and HashClient.quit().Nick Pope2020-08-171-0/+14
* Make PooledClient and HashClient able to use a custom client class (#280)Simon Davy2020-04-281-3/+13
* Fix corner case with dead server coming back alive (#275)Lukasz Czaplinski2020-04-041-0/+38
* HashClient pass encoding servers (#271)Doug2020-03-181-0/+27
* Add touch method to HashClient (#263)Ali-Akber Saifee2019-12-211-0/+15
* 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