Re: Get multi error - too many keys returned

2010-07-22 Thread David Morel
On 21 juil, 10:59, Guille -bisho- bishi...@gmail.com wrote: On Wed, Jul 21, 2010 at 10:37, dormando dorma...@rydia.net wrote: I'm having an issue with my memcached farm. I'm using 3 memcached servers (v1.2.6) and python-memcached client (v1.43). When using get_multi function, memcached

Re: Get multi error - too many keys returned

2010-07-22 Thread Guille -bisho-
On Thu, Jul 22, 2010 at 08:07, David Morel dmore...@gmail.com wrote: On 21 juil, 10:59, Guille -bisho- bishi...@gmail.com wrote: On Wed, Jul 21, 2010 at 10:37, dormando dorma...@rydia.net wrote: I'm having an issue with my memcached farm. I'm using 3 memcached servers (v1.2.6) and

Re: Get multi error - too many keys returned

2010-07-21 Thread dormando
I'm having an issue with my memcached farm. I'm using 3 memcached servers (v1.2.6) and python-memcached client (v1.43). When using get_multi function, memcached returns sometimes keys that I wasn't asking for. Memcached can return less data than expected (if key-value does not exist), but

Re: Get multi error - too many keys returned

2010-07-21 Thread Guille -bisho-
On Wed, Jul 21, 2010 at 10:37, dormando dorma...@rydia.net wrote: I'm having an issue with my memcached farm. I'm using 3 memcached servers (v1.2.6) and python-memcached client (v1.43). When using get_multi function, memcached returns sometimes keys that I wasn't asking for. Memcached can

Get multi error - too many keys returned

2010-07-16 Thread Piotr HusiatyƄski
I'm having an issue with my memcached farm. I'm using 3 memcached servers (v1.2.6) and python-memcached client (v1.43). When using get_multi function, memcached returns sometimes keys that I wasn't asking for. Memcached can return less data than expected (if key-value does not exist), but