summaryrefslogtreecommitdiff
path: root/pymemcache/test
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to black 23.3.0Joe Gordon2023-04-052-3/+0
* Fix test_compressed_complex failure on 32-bit platformsmisuzu2023-02-061-3/+2
* Support for Gat and Gats, Support passing server key in a tupleMatej Spiller Muys2023-01-313-25/+113
* Fix key_prefix issue with stats and cache_memlimitJoe Gordon2022-10-142-30/+58
* set min_compress_lenJohn Anderson2022-07-151-1/+2
* fix mypyJohn Anderson2022-07-151-1/+1
* flake8John Anderson2022-07-151-53/+30
* add some compression benchmarksJohn Anderson2022-07-152-3/+248
* add pluggable compression serdeJohn Anderson2022-07-122-29/+164
* Expand Client with a method for sending arbitrary commands. (#395)Martin J2022-06-091-0/+57
* Skip test_tls until certificate is updatedJoe Gordon2022-05-311-0/+1
* Handle a blank stat value (#388)liquidpele2022-03-251-0/+5
* Formalize typing for server specifications (#376)Jon Parise2022-02-222-21/+20
* Initial support for mypy-based type checking (#373)Jon Parise2022-02-202-3/+3
* Support noreply for hash flush_allJoe Gordon2022-01-211-0/+4
* Apply black formattingJoe Gordon2021-12-0310-1092/+1100
* Return default from hash client when using positional argument (#354)Ludwig Hähne2021-10-151-2/+15
* Return default from hash client (#352)Ludwig H2021-10-041-0/+2
* Use default for get ignore_excJoe Gordon2021-09-221-0/+10
* docs: Fix a few typos (#348)Tim Gates2021-09-132-7/+7
* Fixes for rebase and further cleanupsJoe Gordon2021-07-204-27/+19
* Remove PY2 specific imports and testsJoe Gordon2021-07-202-32/+0
* Remove six dependency and run pyupgradeJoe Gordon2021-07-208-70/+56
* Merge pull request #324 from martinnj/feature/retrying-clientCharles Gordon2021-07-121-0/+316
|\
| * Add RetryingClient. Fixes #307Martin Jørgensen2021-07-131-0/+316
* | [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
* 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
* 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-032-9/+75
* 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
* Fix incorrect pytest mark (#290)Jon Parise2020-08-131-1/+1
* Relocate test-specific TLS certificates (#284)Jon Parise2020-05-065-1/+103
* Make PooledClient and HashClient able to use a custom client class (#280)Simon Davy2020-04-282-3/+20
* Align Client and MockMemcacheClient to ease third-party testing #279Paul Renvoise2020-04-241-19/+62
* Add TLS support for TCP sockets (#276)Moisés Guimarães de Medeiros2020-04-072-0/+40
* Fix corner case with dead server coming back alive (#275)Lukasz Czaplinski2020-04-041-0/+38
* Update MockMemcacheClient to reuse check_key (#273)Joe Gordon2020-03-192-18/+15
* HashClient pass encoding servers (#271)Doug2020-03-181-0/+27
* Enforcing consistency between the client mock and real client so… (#268)Feras Alazzeh2020-01-151-1/+3