Skip to content

Commit

Permalink
Merge pull request #70 from jranson/caching
Browse files Browse the repository at this point in the history
BoltDb Cache Support   Fixes #55
  • Loading branch information
jranson authored Aug 7, 2018
2 parents 78f06ce + 1e89ee0 commit 5c60dcf
Show file tree
Hide file tree
Showing 12 changed files with 485 additions and 23 deletions.
93 changes: 83 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,11 @@
[prune]
go-tests = true
unused-packages = true

[[constraint]]
branch = "master"
name = "github.com/alicebob/miniredis"

[[constraint]]
name = "github.com/coreos/bbolt"
version = "1.3.0"
4 changes: 4 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Maintainers of this repository with their focus areas:

From Comcast:
* James Ranson <[email protected]> @jranson: Core Functionality
* Chris Randles <[email protected]> @crandles: Core Functionality
* Adam Ross <[email protected]> @LimitlessEarth: Deployment-related matters (Makefile, Dockerfile, Helm Charts, etc)

Outside of Comcast:
* Julius Volz <[email protected]> @juliusv: Core Functionality

You can tag all reviewers in issues/commits/PR's using the @trickster-reviewers handle.
Loading

0 comments on commit 5c60dcf

Please sign in to comment.