Files
memcache/README.md
niamtokik bb07e5c8a0 init
2021-03-19 20:13:15 +00:00

26 lines
343 B
Markdown

# memcache
memcache protocol implementation in Erlang.
## Usage
```sh
rebar3 compile
```
## Test
```sh
rebar3 ct
rebar3 eunit
```
# Resources and References
* https://github.com/memcached/memcached/blob/master/doc/protocol.txt
# About
Made with <3 by Mathieu Kerjouan with [Erlang](erlang.org/) and
[rebar3](https://www.rebar3.org).