Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/songmu/go-memcached-tool
- Owner: Songmu
- License: mit
- Created: 2016-10-23T13:06:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T06:28:39.000Z (about 6 years ago)
- Last Synced: 2024-06-19T06:54:13.528Z (5 months ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)