lp:~ekolve/python-memcached/ketama

Created by Eric Kolve and last modified
Get this branch:
bzr branch lp:~ekolve/python-memcached/ketama
Only Eric Kolve can upload to this branch. If you are Eric Kolve please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Eric Kolve
Project:
Python Memcached
Status:
Development

Recent revisions

60. By Eric Kolve

separating host/port in ketama server hash by colons

59. By Eric Kolve

renaming midpoint identifier to server_point in get_server_ketama

58. By Eric Kolve

adding ketama consistent hashing

57. By Eric Kolve

empty change

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.

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