go-mcache
Cache
A fast key-value store with expiration times and thread safety.
Fast in-memory key:value store/cache with TTL
97 stars
6 watching
16 forks
Language: Go
last commit: about 5 years ago
Linked from 2 awesome lists
bigcachecachefast-cachego-cachegolangkey-valuememcachedstorage
Related projects:
Repository | Description | Stars |
---|---|---|
| An in-memory key-value store/cache implementation in Go providing efficient caching capabilities | 9 |
| A simple in-memory key-value storage with time-to-live (TTL) support | 9 |
| A high-performance, thread-safe in-memory cache for storing large amounts of key-value pairs. | 2,145 |
| A high-performance cache library for Go with thread-safe, generic support and no serialization requirements. | 19 |
| A zero-dependency in-memory cache library that supports various expiration strategies and is safe for concurrent use. | 123 |
| Provides a flexible and multi-layered caching solution for Go applications using the Cache-Aside pattern. | 141 |
| A Go caching library that provides concurrency-safe storage and expiration capabilities | 2,134 |
| A distributed in-memory caching system with eventual consistency and configurable maximum keys | 156 |
| A cache library for Go with an expiration time. | 186 |
| Provides in-memory caching with clustering support | 45 |
| An in-memory caching system with automatic expiration and deletion of items based on user-defined time-to-live (TTL) parameters. | 975 |
| An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,313 |
| An Elixir-based key/value cache with row-level isolated writes and time-to-live (TTL) support. | 911 |
| A high-performance caching library for Go that provides automatic configuration and features such as TTL, cost-based eviction, and deletion listeners. | 1,746 |
| A cache library that efficiently stores and retrieves data by using unique identifiers in SQL queries. | 13 |