python-memcached
python-memcached copied to clipboard
Fix set_multi method when all items in mapping are greater than…
… self.server_max_value_length. When it happens, servers are marked as dead and next commands will for some seconds (according to _DEAD_RETRY value)
Can you include a test?
Is it a bug or on purpose?