godscache
Datastore cache
Provides a caching layer for Google Cloud Datastore using memcached, supporting multiple cloud platforms
An unofficial Google Cloud Platform Go Datastore wrapper that adds caching using memcached. For App Engine Flexible, Compute Engine, Kubernetes Engine, and more.
11 stars
3 watching
2 forks
Language: Go
last commit: almost 6 years ago
Linked from 2 awesome lists
appengineappengine-flexcachecompute-enginedatastoredatastore-wrappergogolangkuberneteskubernetes-enginememcachememcached
Related projects:
Repository | Description | Stars |
---|---|---|
yuseferi/gocache | An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
ulovecode/gdcache | A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |
codingsince1985/couchcache | A caching service built on top of Couchbase using Go, providing REST APIs for storing and retrieving key-value pairs. | 64 |
faabiosr/cachego | Provides a simple caching interface with multiple caching drivers | 369 |
orlovevgeny/go-mcache | A fast key-value store with expiration times and thread safety. | 97 |
viney-shih/go-cache | Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 139 |
thinkjs/think-cache-memcache | Provides an adapter for caching data using Memcache. | 0 |
iwanbk/bcache | A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
adelowo/onecache | A Go caching library with support for multiple backends and garbage collection. | 136 |
oastuff/clusteredbigcache | Provides in-memory caching with clustering support | 45 |
gwhalin/memcached-java-client | A Java library providing an interface to the Memcached cache server | 662 |
golang/groupcache | A distributed caching and cache-filling library intended as an alternative to memcached in many cases. | 12,954 |
oracle/coherence-go-client | Provides a Go interface to interact with a distributed caching platform using gRPC | 10 |
mtourne/ngx.shcache | An in-memory caching system that simplifies the process of caching external data retrieved from slower lookup services. | 60 |
yiling-j/cacheme-go | A caching framework for Go that uses Redis and supports schema-based, typed caching with memoization and versioning. | 23 |