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

https://github.com/dimitrovvlado/ccmc

ccmc is a CLI tool for interacting with memcached
https://github.com/dimitrovvlado/ccmc

Last synced: 3 months ago
JSON representation

ccmc is a CLI tool for interacting with memcached

Awesome Lists containing this project

README

        

# ccmc

A CLI client for memcached

## Usage

```
ccmc is a CLI tool for interacting with memcached

Usage:
ccmc [flags]
ccmc [command]

Available Commands:
completion Generate the autocompletion script for the specified shell
delete Deletes a cache entry for the provided key
get Gets a value to a new or existing key
help Help about any command
ping Pings all server instances
set Sets a new value to a new or existing key
version Print the version number of ccmc

Flags:
--help help for this command

Use "ccmc [command] --help" for more information about a command.
```