apr_memcache is a client for memcached written in C, using APR and APR-Util. It provides pooled client connections and is thread safe, making it perfect for use inside Apache Modules.
apr_memcache is a client for memcached written in C, using APR and APR-Util. It provides pooled client connections and is thread safe, making it perfect for use inside Apache Modules.
To install apr_memcache, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install apr_memcache
To see what files were installed by apr_memcache, run:
port contents apr_memcache
To later upgrade apr_memcache, run:
sudo port selfupdate && sudo port upgrade apr_memcache
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.