bmuller / txyam

Yet Another Memcached (YAM) client for Python Twisted
Other
10 stars 5 forks source link

Add client that waits until all memcacheds have been connected. #1

Closed ctavan closed 11 years ago

ctavan commented 12 years ago

I needed a way to wait until all connections have been established when connecting.

If you have any suggestions how to do this better I'm happy to implement them.

CrackerJackMack commented 12 years ago

+1 this works well.

bmuller commented 11 years ago

Merged with 20c86be - though I did make YamClient a class again. Let me know if this breaks anything...and thanks for contributing!