A high performance, distributed 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. This Port provides a native Java client written by Dustin Sallings.
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. This Port provides a native Java client written by Dustin Sallings.
To install spymemcached, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install spymemcached
To see what files were installed by spymemcached, run:
port contents spymemcached
To later upgrade spymemcached, run:
sudo port selfupdate && sudo port upgrade spymemcached
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.