memping¶
SYNOPSIS¶
memping [options] [server]
Test for availability of a server
DESCRIPTION¶
memping can be used to ping a memcached server to see if it is accepting connections.
OPTIONS¶
- --help¶
Display help.
- --version¶
Display version.
- --quiet¶
Operate quietly.
- --verbose¶
Operate more verbosely.
- --servers <list of servers>¶
Specify the list of servers as hostname[:port][,hostname[:port]...].
- --binary¶
Enable binary protocol.
- --username <username>¶
Use username for SASL authentication.
- --password <password>¶
Use password for SASL authentication.
ENVIRONMENT¶
- MEMCACHED_SERVERS¶
Specify the list of servers.