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
Only methane can upload to this branch. If you are methane please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
methane
Project:
Python Memcached
Status:
Development

Recent revisions

59. By methane

s/LockedClient/LockingClient/

58. By methane

make Client is ThreadLocalClient for backward compatibility.

57. By methane

Mix-in threading strategy.

56. By Sean Reifschneider

For release.

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.

54. By Sean Reifschneider

Ready for a new release.

53. By Sean Reifschneider

Adding attribution of last change.

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.

51. By Sean Reifschneider

Changelog for last commit.

50. By Sean Reifschneider

Adding commented-out timed delete test.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers