Skip to content

brunopadz/memcached-ok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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