summaryrefslogtreecommitdiff
path: root/pymemcache/test/test_client.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix encode/decode wrong way aroundSuhail Patel2016-09-191-2/+2
* Use a bytes stringSuhail Patel2016-09-191-3/+3
* Add failing test of MockMemcacheClient serializer/deserializerSuhail Patel2016-09-191-0/+35
* Improve stats parsingAdam Chainz2016-08-221-0/+4
* Added default parameter support for "get" and "gets" methods in ClientEnguerrand Pelletier2016-08-011-0/+10
* Fix flake8 and cleanup buildNicholas Charriere2016-07-271-2/+3
* Fixed stats evictions conversionruamin2016-04-191-0/+2
* Implemented VERSION command in Client and PooledClientRemco van Oosterhout2015-10-231-0/+10
* Add default_noreply to ClientAdam Chainz2015-08-281-12/+52
* Add delete_multi -> delete_many mappingAdam Chainz2015-07-241-0/+10
* Test the delete_many method and add it to Client classes that are missing itAdam Chainz2015-07-241-0/+26
* Add get_multi -> get_many mappingAdam Chainz2015-07-241-0/+5
* Add set_multi -> set_many mappingAdam Chainz2015-07-241-0/+6
* Initial implementation of the hash clientJohn Anderson2015-06-201-4/+9
* flake8 the testsJohn Anderson2015-06-201-7/+8
* Finished porting integration tests to pytestJohn Anderson2015-06-191-0/+3