Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.82 KB

README.md

File metadata and controls

70 lines (43 loc) · 1.82 KB

asdf-memcached Build Lint

memcached plugin for the asdf version manager.

Contents

Dependencies

  • MacOS
    • automake
  • Ubuntu
    • libevent-dev

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:

  • ASDF_MEMCACHED_CONFIGURE_OPTIONS

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