Skip to content

dropdevrahul/gocacheclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client library for the Gocache server

The server is here

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

About

An in-memory cache for golang (pre-alpha)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages