Skip to content

furkanural/asdf-memcached

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages