Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

Latest commit

 

History

History
3 lines (2 loc) · 369 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 369 Bytes

keyvaluestore

This package provides an interface that can be used to build robust applications on top of key-value stores. It supports profiling, caching, batching, eventual consistency, and transactions. It has implementations for Redis, which is ideal for dev environments, DynamoDB, which is ideal in production, and an in-memory store, which is ideal for tests.