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
- Host: GitHub
- URL: https://github.com/dimitrovvlado/ccmc
- Owner: dimitrovvlado
- Created: 2024-08-18T19:42:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T03:23:38.000Z (9 months ago)
- Last Synced: 2025-01-11T19:43:22.389Z (4 months ago)
- Language: Go
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ccmc
A CLI client for memcached
## Usage
```
ccmc is a CLI tool for interacting with memcachedUsage:
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 ccmcFlags:
--help help for this commandUse "ccmc [command] --help" for more information about a command.
```