Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/songmu/go-memcached-tool

go porting from memcached-tool in Perl (only support display and dump mode)
https://github.com/songmu/go-memcached-tool

Last synced: 28 days ago
JSON representation

go porting from memcached-tool in Perl (only support display and dump mode)

Awesome Lists containing this project

README

        

go-memcached-tool
=======

[![Build Status](https://travis-ci.org/Songmu/go-memcached-tool.png?branch=master)][travis]
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]
[![GoDoc](https://godoc.org/github.com/Songmu/go-memcached-tool?status.svg)][godoc]

[travis]: https://travis-ci.org/Songmu/go-memcached-tool
[coveralls]: https://coveralls.io/r/Songmu/go-memcached-tool?branch=master
[license]: https://github.com/Songmu/go-memcached-tool/blob/master/LICENSE
[godoc]: https://godoc.org/github.com/Songmu/go-memcached-tool

## Description

go porting from [memcached-tool](https://github.com/memcached/memcached/blob/master/scripts/memcached-tool) in Perl (only support display and dump mode)

## Installation

% go get github.com/Songmu/go-memcached-tool/cmd/go-memcached-tool

## Synopsis

% go-memcached-tool

## Author

[Songmu](https://github.com/Songmu)