Function | Status |
---|---|
get | finished |
set | finished |
add | finished |
replace | finished |
delete | finished |
gat | finished |
gats | finished |
flush_all | finished |
stats | not started |
cas | not started |
incr | finished |
decr | finished |
append | not started |
prepend | not started |
Function | Status | What it does |
---|---|---|
has | finished | returns if a key exist without all the payload |
Install the latest version of golang
> git clone [email protected]:BlizzTrack/gmc.git
> cd gmc
> go build -o gmc ./cmd/main.go
> go get -u github.com/BlizzTrack/gmc/cmd/gmc