Skip to content

donovanhubbard/memcache-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memcache-go

A memcached cli written in go.

Running

Specify the host and port with either the -host and -port switches or use the HOST and PORT environmnet variables. Defaults to localhost port 11211.

Retrieve a key

bin/memcache-go -command get -key foo
bar

Set a key

bin/memcache-go -command set -key foo -expiry 500 -flags 0 -value bar

Delete a key

bin/memcache-go -command delete -key foo

Testing

The integrations test requires a working instance of memcached on localhost port 11211.

About

A memcached cli written in go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages