<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Mon, Mar 21, 2016 at 8:30 PM Andrew Morgan <<a href="mailto:morgan@orst.edu">morgan@orst.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">s it required to use the BINARY memcache protocol in this implementation?<br></blockquote><div><br></div><div>Not strictly required but recommended for efficiency and due to some limitations of the ASCII protocol. Here's the details from the MemcachedStorageService javadocs:</div><div><br></div><div>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.</div><div><br></div><div>I don't believe those operations are commonly used, so it may be an acceptable limitation.</div><div><br></div><div>M<a href="mailto:users-unsubscribe@shibboleth.net" target="_blank"></a><br>
</div><div><br></div></div></div>