Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zebozhuang/gocache


https://github.com/zebozhuang/gocache

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

###1.This is a memory cache written by golang.

###2.Supported api

- [x] Incr
- [x] IncrBy
- [x] Decr
- [x] DecrBy
- [x] Get
- [x] Set
- [x] Exists
- [x] Expire
- [x] ExpireAt
- [x] Append
- [ ] BitCount
- [ ] ...