memcslap
Commandline tools for talking to memcached via libmemcached
Install
- All systems
-
curl cmd.cat/memcslap.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 update
sudo apt-get install libmemcached-tools
- Raspbian
-
apt-get install libmemcached-tools
- Dockerfile
- dockerfile.run/memcslap
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