memctouch
Commandline tools for talking to memcached via libmemcached
Install
- All systems
-
curl cmd.cat/memctouch.sh
- Debian
-
apt-get install libmemcached-tools - Ubuntu
-
apt-get install libmemcached-tools - Kali Linux
-
apt-get install libmemcached-tools - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libmemcached-tools - Raspbian
-
apt-get install libmemcached-tools
libmemcached-tools
Commandline tools for talking to memcached via libmemcached
libmemcached is a C and C++ client library to the memcached server (http://memcached.org/). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. This package provides several command line tools: * memccat - Copy the value of a key to standard output * memcflush - Flush the contents of your servers. * memcrm - Remove a key(s) from the server. * memccp - Copy files to a memcached server. * memcstat - Dump the stats of your servers to standard output * memcslap - Generate testing loads on a memcached cluster