Skip to content

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.

Notifications You must be signed in to change notification settings

abhiss/swift-memcached-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift-memcached-client

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages