lp://staging/~songofacandy/python-memcached/mixin-threading
Created by
methane
and last modified
- Get this branch:
- bzr branch lp://staging/~songofacandy/python-memcached/mixin-threading
Branch merges
Propose for merging
No branches
dependent on this one.
Branch information
Recent revisions
- 55. By Sean Reifschneider
-
Bug #887765: Interrupted connection to memcache server can cause
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. - 52. By Sean Reifschneider
-
Bug #745633: Values of maximum size are not stored
API inconsistency, max value length was tested for <= while max KEY
length was <. So I picked that keys and values *LONGER* than the
specified max value are what is used, and added documentation and tests
to that effect. The test for max value tested that length plus 4, so
I've changed that to be that value plus 1.
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)