MemcachedStorageService memcached version requirement

Marvin Addison marvin.addison at gmail.com
Wed Mar 23 07:41:46 EDT 2016


On Mon, Mar 21, 2016 at 8:30 PM Andrew Morgan <morgan at orst.edu> wrote:

> s it required to use the BINARY memcache protocol in this implementation?
>

Not strictly required but recommended for efficiency and due to some
limitations of the ASCII protocol. Here's the details from the
MemcachedStorageService javadocs:

The memcached binary protocol is strong recommended for efficiency and full
versioning support. In particular, {@link #deleteWithVersion(long, String,
String)} and {@link #deleteWithVersion(long, Object)} will throw runtime
errors under the ASCII protocol.

I don't believe those operations are commonly used, so it may be an
acceptable limitation.

M <users-unsubscribe at shibboleth.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160323/3c32b87f/attachment.html>


More information about the users mailing list