https://github.com/tasadurian/simple-cache-service
Simple gRPC service that can be configured with multiple storage backends.
https://github.com/tasadurian/simple-cache-service
boltdb cache golang google-bigtable grpc memcached redis
Last synced: about 1 month ago
JSON representation
Simple gRPC service that can be configured with multiple storage backends.
- Host: GitHub
- URL: https://github.com/tasadurian/simple-cache-service
- Owner: tasadurian
- License: mit
- Created: 2019-08-05T20:50:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T01:07:55.000Z (almost 7 years ago)
- Last Synced: 2024-05-22T11:59:23.361Z (about 2 years ago)
- Topics: boltdb, cache, golang, google-bigtable, grpc, memcached, redis
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-cache-service
[](https://travis-ci.org/TheTommyTwitch/simple-cache-service)
Simple gRPC service that can be configured with multiple storage backends. Simple cache service is in early stages of development and is not stable.
| Backend | Status | ttl |
|------------------|:----------:|-----|
| in memory |in progress | no |
| BoltDB |not started | no |
| redis |not started | yes |
| memcached |not started | no |
| Google Big Table |not started | yes |