A scalable and highly available distributed key-value store.
kumofs is a scalable and highly available distributed key-value store. You can use a memcached client library to set, get, CAS or delete values from/into kumofs. Backend storage is Tokyo Cabinet and it will give you great performance.
kumofs is a scalable and highly available distributed key-value store. You can use a memcached client library to set, get, CAS or delete values from/into kumofs. Backend storage is Tokyo Cabinet and it will give you great performance.
To install kumofs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kumofs
To see what files were installed by kumofs, run:
port contents kumofs
To later upgrade kumofs, run:
sudo port selfupdate && sudo port upgrade kumofs
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.