Joe Gordon

Results 34 comments of Joe Gordon

Hi @joshua-s, we are happy to merge in a pull request for binary protocol support. As @jparise previously mentioned we wouldn't be able to use it ourselves which is why...

Changing this default behavior now is a backwards incompatible change, so we need to be careful about this one. Can you elaborate on why you don't think `ignore_exc` is adequate...

There are many use cases where someone would like to monitor if their application isn't able to communicate to memcache instead of silently ignoring it, and treating it like a...

@yakirsudry do you have any suggestions on what we can do in while ensuring backwards compatibility

Hi @raff, if you're still interested a pull request would be welcome.

Inheriting from hashclient sounds like a good idea to me, @jparise thoughts? Thanks for working on this.

Looking over this codebase this has been the default behavior since 108f15c8638291962aa85d88752d19a7280fef64, and changing it risks breaking existing usage. While I couldn't find any cases where there could be unicode...

I personally bias towards breaking as few things as possible to reduce the toil required to upgrade.