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
A minimal memcached client written in Swift using SwiftNIO with support for the new memcached *MetaCommands* protocol and an async-await API. Written for my GSOC 2023 proposal.
A simple memcached client written for GSOC 2023 in pure swift using SwiftNIO with support for the MetaCommands protocol and an async-await API.
Example usage:
A minimal example program demonstrating get and set commands is located at Here
About
A minimal memcached client written in Swift using SwiftNIO with support for the new memcached *MetaCommands* protocol and an async-await API. Written for my GSOC 2023 proposal.