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

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

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*