brunopadz / memcached-ok

Simple way to test connection to memcached

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memcached-ok

Simple app to test connection to memcached using SASL authentication.

How to use

Download the binary for your system.

The following ENV VARs must be exported:

  • MEMCACHED_SERVER
  • MEMCACHED_USERNAME
  • MEMCACHED_PASSWORD

Example

$ MEMCACHED_SERVER=localhost:11211 MEMCACHED_USERNAME=foo MEMCACHED_PASSWORD=bar memcached-ok

Connection to memcached is ok, memcached version: 1.6.14 

About

Simple way to test connection to memcached


Languages

Language:Go 100.0%