https://github.com/dropdevrahul/peacockclient
Go based client for peacock cache
https://github.com/dropdevrahul/peacockclient
Last synced: 3 months ago
JSON representation
Go based client for peacock cache
- Host: GitHub
- URL: https://github.com/dropdevrahul/peacockclient
- Owner: dropdevrahul
- License: gpl-3.0
- Created: 2023-05-20T07:52:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T05:27:59.000Z (over 2 years ago)
- Last Synced: 2024-06-21T07:58:27.895Z (over 1 year ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Client library for the Gocache server
The server is [here](https://github.com/dropdevrahul/gocache)
### Usage
There is an interactive shell to connect to server and play with it
```
go run main.go -host 0.0.0.0 -port 8888
```
```
-> SET a 10
-> GET a
10
```
Please see the main.go file on how to use this as a library in your own projects
*NOTE: This is just a project for learning don't use it in production or commercial projects*