▲ 5 ▼ DSCache: An embedable in memory Key/Value store for strings for Golang
An embeddable Key/Value (Strings) in memory store for golang (similar to Memcached but for a Local Machine).
Main Characteristics:
- Size Limits to limit the ammount of memory usage.
- Allows for concurrent access by different Goroutines.
- General LRU Eviction Policy plus Time based expiration for items (Size based eviction and Time based eviction).
- Strongly tested.
Register to comment or vote on this story