summaryrefslogtreecommitdiff
path: root/pymemcache/client
Commit message (Expand)AuthorAgeFilesLines
* Validate cas inputs as strings of digits (#250)Stephen Rosen2019-08-261-0/+27
* Change serialization interface to be an object (#245)Stephen Rosen2019-08-262-33/+37
* Check integer input values to Client methods (#243)Stephen Rosen2019-08-201-9/+20
* Fix flags when setting multiple values at once (#248)v2.2.1Jon Parise2019-08-051-9/+8
* Add note about the overriding behavior of `flags` (#247)Jon Parise2019-08-011-4/+12
* Add Sphinx links to the exception classes (#246)Jon Parise2019-08-011-8/+8
* Be more consistent about using Client.encoding (#242)Stephen Rosen2019-07-241-4/+6
* extracted _extract_value() from _fetch_cmd() (#237)JianGuoPinterest2019-06-121-19/+29
* add flags in client functions (#235)JianGuoPinterest2019-06-111-31/+63
* add encoding in client functions (#232)JianGuoPinterest2019-06-072-7/+15
* Merge pull request #228 from jparise/repr-quotesJoe Gordon2019-05-071-4/+4
|\
| * Remove redundant '' from %r valuesJon Parise2019-05-071-4/+4
* | Improve ASCII encoding failure exceptionJon Parise2019-05-071-1/+2
|/
* Add default_noreply paramter to HashClientChris Donati2019-04-191-1/+3
* Improve the cache_memlimit documentationJon Parise2019-01-081-1/+2
* added OK as acceptable responseBenjamin Berg2019-01-081-1/+15
* Always send command keys in their original orderJon Parise2019-01-071-9/+6
* Always close the existing socket on _connect() (#208)Jon Parise2019-01-031-4/+8
* Add UNIX domain socket support (#206)Jon Parise2019-01-021-4/+25
* typo: alwais -> alwaysTyler Lubeck2018-11-081-1/+1
* Fix support newbytes from futureJoe Gordon2018-09-061-1/+4
* Merge pull request #184 from shargan/shargan/fix-delete-manyCharles Gordon2018-09-051-28/+34
|\
| * Refactor _delete_many() to batch its keysshargan2018-08-301-28/+34
* | minor tweaks for an extra 7.5% gainshargan2018-08-301-7/+9
* | simplify and speed up _check_key() performanceshargan2018-08-301-20/+10
|/
* ensure that client 'if not self.sock: self._connect()' behavior is testedshargan2018-08-301-5/+4
* refactor BaseClient._store_cmd() to handle multiple key-value pairs so set_ma...shargan2018-08-301-55/+57
* fix comment for set_manyopapy2018-08-151-0/+1
* fix comment for set_manyopapy2018-08-151-1/+1
* refactoropapy2018-07-301-8/+1
* fix failed keysopapy2018-07-301-1/+1
* fix testopapy2018-07-302-40/+29
* fix implementation HashClientopapy2018-07-301-36/+108
* fix resultopapy2018-07-261-1/+1
* fix pep8opapy2018-07-262-2/+11
* add validation code with NOT_STOREDopapy2018-07-262-14/+33
* fix pep8opapy2018-07-091-1/+1
* fix return objectopapy2018-07-092-11/+9
* Fix flake8 issuesJoe Gordon2017-11-271-1/+1
* Fix typo in docyixi zhang2017-10-241-1/+1
* Close client socket if it fails to connect (#165)Colin Watson2017-10-061-6/+10
* Don't Raise Generic Exception (#164)Norman J. Harman Jr2017-09-111-1/+2
* Fixed a small typo in the doc string of the pooled clientGabe Levine2017-04-041-1/+1
* Add support for stats cachedumpJoe Gordon2017-03-291-2/+12
* Return default value instead of False when all clients are downPeter Renstròˆm2017-03-141-1/+1
* Merge pull request #1 from pinterest/masterBrendan Walker2017-02-171-2/+13
|\
| * Add gets_many to HashClient.Jason Biegel2017-02-171-2/+13
* | Using bytearrayBrendan Walker2017-02-151-3/+1
* | Comparing ord(character) so its compatible with python 2 and 3Brendan Walker2017-02-141-4/+6
* | Renaming byte to characterBrendan Walker2017-02-141-2/+2