Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | updating comment to account for -I option | Dave Forgac | 2014-10-11 | 1 | -3/+4 | |
| | | ||||||
* | | Merge pull request #50 from cactus/support-alternate-compression | Sean Reifschneider | 2014-09-27 | 1 | -20/+10 | |
|\ \ | | | | | | | add support for pluggable compressor/decompressor | |||||
| * | | add support for pluggable compressor/decompressor | elij | 2014-08-24 | 1 | -20/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Add support for pluggable compressors. zlib is a fine choice for a default compressor, but in some environments alternatives (lz4/lzf/snappy) that offer differet tradeoffs for size/time, may be preferred. | |||||
* | | | Merge pull request #49 from cactus/noreply | Sean Reifschneider | 2014-09-27 | 1 | -43/+110 | |
|\ \ \ | | | | | | | | | add support for noreply | |||||
| * | | | CAS supports noreply too | elij | 2014-08-25 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | add support for noreply | elij | 2014-08-24 | 1 | -41/+108 | |
| |/ / | | | | | | | | | | | | | | | | the memcache protocol defines a 'noreply' optional parameter, which instructs the server to not send a reply. In heavy usage environments this can lead to significant performance improvements. | |||||
* | | | Fixes for empty/None keys. | Sean Reifschneider | 2014-09-24 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | Empty keys with a prefix are ok (for _multi() mostly). _multi() was silently converting None key to a string. | |||||
* | | | MemcachedKeyCharacterError better describes error | Sean Reifschneider | 2014-09-21 | 1 | -1/+1 | |
|/ / | ||||||
* | | pep8: H201 no 'except:' at least use 'except Exception:' | Marc Abramowitz | 2014-06-09 | 1 | -1/+1 | |
| | | ||||||
* | | pep8: E227 missing whitespace around bitwise or shift operator | Marc Abramowitz | 2014-06-09 | 1 | -1/+1 | |
| | | ||||||
* | | pep8: F402 import 'pickle' from line 52 shadowed by loop variable | Marc Abramowitz | 2014-06-09 | 1 | -1/+0 | |
| | | ||||||
* | | pep8: H405 multi line docstring summary not separated with an empty line | Marc Abramowitz | 2014-06-09 | 1 | -4/+13 | |
| | | ||||||
* | | pep8: E711 comparison to None should be 'if cond is None:' | Marc Abramowitz | 2014-06-09 | 1 | -4/+4 | |
| | | ||||||
* | | pep8: E265 block comment should start with '# ' | Marc Abramowitz | 2014-06-09 | 1 | -13/+13 | |
| | | ||||||
* | | Clean up long lines for pep8 | Marc Abramowitz | 2014-06-09 | 1 | -7/+8 | |
| | | ||||||
* | | Sort imports for pep8 | Marc Abramowitz | 2014-06-09 | 1 | -3/+4 | |
| | | ||||||
* | | Resolving conflicts from cabrera-py33_fixes. | Sean Reifschneider | 2014-06-07 | 1 | -316/+413 | |
| | | ||||||
* | | Complete the Python3 work! | Alex Gaynor | 2014-05-10 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #42 from alex/iterkeys | Sean Reifschneider | 2014-05-10 | 1 | -5/+5 | |
|\ \ | | | | | | | Removed usage of iterkeys for python3 | |||||
| * | | Removed usage of iterkeys for python3 | Alex Gaynor | 2014-05-10 | 1 | -5/+5 | |
| | | | ||||||
* | | | Included Python3 changes from Dustin Oprea | Sean Reifschneider | 2014-05-10 | 1 | -5/+19 | |
|/ / | | | | | | | From #38. | |||||
* | | Merge pull request #41 from alex/stringio-py3k | Sean Reifschneider | 2014-05-10 | 1 | -7/+4 | |
|\ \ | | | | | | | Use io.BytesIO() in favor of StringIO to be python3 friendly | |||||
| * | | Use io.BytesIO() in favor of StringIO to be python3 friendly | Alex Gaynor | 2014-05-10 | 1 | -7/+4 | |
| | | | ||||||
* | | | Fixing connection-dead subscript issue. | Sean Reifschneider | 2014-05-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | From Dustin Oprea, part of #38. | |||||
* | | | Doc fix from Dustin Oprea (part of #38). | Sean Reifschneider | 2014-05-10 | 1 | -1/+1 | |
|/ / | ||||||
* | | Converted print statements to use the Python3 compatible form | Alex Gaynor | 2014-05-10 | 1 | -57/+77 | |
| | | ||||||
* | | Made the "except" syntax py3 friendly. | Alex Gaynor | 2014-05-10 | 1 | -20/+20 | |
| | | | | | | Note that this makes the minimum supported version be 2.6 | |||||
* | | Adding Changelog for touch() | Sean Reifschneider | 2014-02-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #28 from erankor/master | Sean Reifschneider | 2014-02-08 | 1 | -6/+22 | |
|\ \ | | | | | | | add support for touch command | |||||
| * | | add support for touch command | eran.kornblau | 2014-01-28 | 1 | -6/+22 | |
| |/ | ||||||
* | | Allow specifying an empty server list. | Glenn Maynard | 2014-02-06 | 1 | -0/+3 | |
|/ | | | | | | | | | | | | | | | | | | If the server list is empty, behave the same as if all servers are down. This allows clients to not care whether memcache is actually in use: mc = memcache.Client(get_my_memcache_servers()) mc.get('cache') If you're not using memcache at all, get_my_memcache_servers() just returns [], and the client code doesn't need to know the difference. Previously, it would fail: >>> mc = memcache.Client([]) >>> mc.get('x') File "memcache.py", line 353, in _get_server server = self.buckets[serverhash % len(self.buckets)] ZeroDivisionError: integer division or modulo by zero | |||||
* | Changing unknown flags on GET to raise ValueError. | Sean Reifschneider | 2013-08-25 | 1 | -0/+1 | |
| | ||||||
* | Reverting an accidental key-space change. | Sean Reifschneider | 2013-08-19 | 1 | -1/+1 | |
| | ||||||
* | Alowing SERVER_MAX* to be set after import. | Sean Reifschneider | 2013-08-12 | 1 | -3/+6 | |
| | ||||||
* | For 1.53 release.release-1.53 | Sean Reifschneider | 2013-06-07 | 1 | -1/+1 | |
| | ||||||
* | Marking connection dead in readline(). | Sean Reifschneider | 2013-06-03 | 1 | -9/+4 | |
| | | | | Also fixing a docstring test. | |||||
* | Fixing AttributeError raised during set_multi. | Sean Reifschneider | 2013-06-02 | 1 | -4/+10 | |
| | ||||||
* | Fixing readability of set_multi docstrings. | Sean Reifschneider | 2013-06-02 | 1 | -21/+34 | |
| | ||||||
* | Updating version number.release-1.52 | Sean Reifschneider | 2013-06-02 | 1 | -1/+1 | |
| | ||||||
* | Reverting back to re.match for key checking. | Sean Reifschneider | 2013-06-02 | 1 | -15/+4 | |
| | ||||||
* | If Python <2.6, use regex to test keys. | Sean Reifschneider | 2013-06-02 | 1 | -6/+17 | |
| | ||||||
* | For 1.51 release.release-1.51 | Sean Reifschneider | 2013-05-06 | 1 | -1/+1 | |
| | ||||||
* | Changing check_key to check_keys.release-1.49 | Sean Reifschneider | 2013-05-06 | 1 | -3/+3 | |
| | ||||||
* | check_key disabling and performance improvements. | Sean Reifschneider | 2013-05-04 | 1 | -11/+20 | |
| | | | | | | | | | | * Client() now takes a "check_key" option, which defaults to True. If False, it disables the checking of keys to ensure they have acceptable size and are composed of non-control characters. Suggested by Ben Hoyt. * Converting control character checking of keys based on performance testing of alternatives by Ben Hoyt. | |||||
* | Converting unicode test from using u''. | Sean Reifschneider | 2013-04-17 | 1 | -3/+4 | |
| | ||||||
* | Set after server dies raises AttributeError. | Sean Reifschneider | 2013-03-30 | 1 | -2/+2 | |
| | ||||||
* | incr/decr return None on server connection fail. | Sean Reifschneider | 2013-03-29 | 1 | -2/+2 | |
| | ||||||
* | Adding patch for IPv6 connection string. | Sean Reifschneider | 2013-03-28 | 1 | -0/+14 | |
| | ||||||
* | * Bug #974632: _ConnectionDeadError sometimes was escaping the get/set | Sean Reifschneider | 2012-04-11 | 1 | -14/+24 | |
| | | | | | | | | | code. This should return to readline() not raising an exception, except in the case that it's called from the get/set(). Report from Gary Poster, proposed patch by Brad Crittenden. Misc fixes by Brad Crittenden: fixing a docstring, if "port" is set to any false-like value it will default to 11211. | |||||
* | Bug #887765: Interrupted connection to memcache server can cause | Sean Reifschneider | 2011-11-29 | 1 | -7/+26 | |
| | | | | | | | | inconsistencies. Added "flush_on_reconnect" (defaults to off) to Client() which will cause a client that has lost connection to a server and then reconnects to flush the cache on the reconnect so that it doesn't get old values from that server. Patch by Daniel Benamy. |