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

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.

Awesome Lists containing this project

README

          

# simple-cache-service

[![Build Status](https://travis-ci.org/TheTommyTwitch/simple-cache-service.svg?branch=master)](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 |