Home

Awesome

<div align="center">

asdf-memcached Build Lint

memcached plugin for the asdf version manager.

</div>

Contents

Dependencies

Install

Plugin:

asdf plugin add memcached https://github.com/furkanural/asdf-memcached.git

memcached:

# Show all installable versions
asdf list-all memcached

# Install specific version
asdf install memcached latest

# Set a version globally (on your ~/.tool-versions file)
asdf global memcached latest

# Now memcached commands are available
memcached --version

# Run memcached in background
memcached -d

Check asdf readme for more instructions on how to install & manage versions.

ASDF options

When installing memcached using asdf install, you can pass custom configure options with the following env var:

For example, if you want to compile with an openssl libraries ASDF_MEMCACHED_CONFIGURE_OPTIONS="--enable-tls --with-libssl=$(brew --prefix openssl@1.1)" asdf install memcached

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Furkan Ural