summaryrefslogtreecommitdiff
path: root/pymemcache/test/test_client.py
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to black 23.3.0Joe Gordon2023-04-051-2/+0
* Support for Gat and Gats, Support passing server key in a tupleMatej Spiller Muys2023-01-311-0/+26
* Expand Client with a method for sending arbitrary commands. (#395)Martin J2022-06-091-0/+57
* Handle a blank stat value (#388)liquidpele2022-03-251-0/+5
* Formalize typing for server specifications (#376)Jon Parise2022-02-221-19/+18
* Apply black formattingJoe Gordon2021-12-031-596/+592
* Use default for get ignore_excJoe Gordon2021-09-221-0/+10
* docs: Fix a few typos (#348)Tim Gates2021-09-131-2/+2
* Fixes for rebase and further cleanupsJoe Gordon2021-07-201-18/+16
* Remove PY2 specific imports and testsJoe Gordon2021-07-201-18/+0
* Remove six dependency and run pyupgradeJoe Gordon2021-07-201-17/+16
* [py27] Fixing a bug with bad conditions (#337)Hervé Beraud2021-07-061-1/+41
* Ensure us to close socket on MemcacheUnexpectedCloseErrorHervé Beraud2021-07-011-0/+14
* Implement socket keepalive configuration mechanisms (#332)Hervé Beraud2021-07-011-1/+66
* Client API for server shutdown protocol command (#328)LINKIWI2021-06-211-0/+14
* Provide a mock implementation of socket.getaddrinfo (#327)Jon Parise2021-06-181-4/+20
* Remove idle connections from pool (#309)Jordan Carlson2021-06-011-0/+32
* Removing trailing space after a command if there are no arguments. (#311)Jerry Miu2021-04-141-2/+2
* Move _check_cas() check into cas() methodJon Parise2021-02-041-0/+3
* Removed print() in test.Nick Pope2020-09-031-1/+0
* Added support for connections over IPv6.Nick Pope2020-09-031-5/+62
* Make PooledClient and HashClient able to use a custom client class (#280)Simon Davy2020-04-281-0/+7
* Update MockMemcacheClient to reuse check_key (#273)Joe Gordon2020-03-191-0/+8
* Validate cas inputs as strings of digits (#250)Stephen Rosen2019-08-261-6/+19
* Change serialization interface to be an object (#245)Stephen Rosen2019-08-261-12/+17
* Check integer input values to Client methods (#243)Stephen Rosen2019-08-201-0/+17
* Fix flags when setting multiple values at once (#248)v2.2.1Jon Parise2019-08-051-0/+34
* extracted _extract_value() from _fetch_cmd() (#237)JianGuoPinterest2019-06-121-2/+39
* add flags in client functions (#235)JianGuoPinterest2019-06-111-0/+11
* add encoding in client functions (#232)JianGuoPinterest2019-06-071-6/+99
* Use '==' to compare stringsJon Parise2019-02-131-1/+1
* Add test coverage for the 'cache_memlimit' commandJon Parise2019-01-081-0/+8
* Always close the existing socket on _connect() (#208)Jon Parise2019-01-031-3/+31
* Add UNIX domain socket support (#206)Jon Parise2019-01-021-0/+30
* Fix support newbytes from futureJoe Gordon2018-09-061-0/+7
* ensure that client 'if not self.sock: self._connect()' behavior is testedshargan2018-08-301-1/+8
* fix testopapy2018-07-301-4/+7
* fix implementation HashClientopapy2018-07-301-5/+7
* fix testopapy2018-07-091-5/+15
* Close client socket if it fails to connect (#165)Colin Watson2017-10-061-2/+22
* Add support for stats cachedumpJoe Gordon2017-03-291-0/+8
* Adding test case for null characterBrendan Walker2017-02-141-0/+9
* Iterating over characters in key onceBrendan Walker2017-02-141-1/+1
* Moving test casesBrendan Walker2017-02-131-27/+27
* Raising MemcacheIllegalInputError when a key contains null byte, new line, or...Brendan Walker2017-02-131-1/+28
* Fix syntax errorsNicholas Charriere2016-11-051-3/+6
* Add optional support for unicode keysJoe Gordon2016-11-031-0/+37
* test for default_noreply for both clientsKane Dou2016-10-281-24/+96
* Fix #117, illegal unicode character in middle of key (or value now)fix-unicode-char-in-middle-errorNicholas Charriere2016-10-031-0/+9
* Assert bytes stringSuhail Patel2016-09-191-1/+1