Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zebozhuang/gocache
https://github.com/zebozhuang/gocache
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebozhuang/gocache
- Owner: zebozhuang
- Created: 2015-02-17T09:14:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T09:24:12.000Z (almost 10 years ago)
- Last Synced: 2024-11-15T04:49:00.453Z (2 months ago)
- Language: Go
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- [ ] ...