A high performance, distributed memory object caching system.
Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
To install memcached, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install memcached
To see what files were installed by memcached, run:
port contents memcached
To later upgrade memcached, run:
sudo port selfupdate && sudo port upgrade memcached
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.