You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
Are there plans to support the binary protocol? I had a quick look at the RFC to see if I can implement it quickly but it doesn't return the key in the response which would make it rather difficult...
The text was updated successfully, but these errors were encountered:
No plans at the moment to support binary protocol. Largely because we aren't using it (yet) and secondly as you point out, it gets a lot more difficult :)
This should go into the README to save people time. Many Rails projects have switched to Dalli, which uses the binary protocol, and I poked around for a while trying to figure out whether I was doing anything wrong before I though about looking through issues for mentions of binary protocol compatibility.
Are there plans to support the binary protocol? I had a quick look at the RFC to see if I can implement it quickly but it doesn't return the key in the response which would make it rather difficult...
The text was updated successfully, but these errors were encountered: