aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbhinav Ajgaonkar <abhinav316@gmail.com>2016-03-21 00:58:27 -0400
committerAbhinav Ajgaonkar <abhinav316@gmail.com>2016-03-21 00:58:27 -0400
commit7db0126c4b7e17080ccc1a759c60f95726fc6a5e (patch)
tree34205a6a6f69cc7f1017167cb513df084622ab27 /README.md
parentMerge pull request #528 from boltdb/windows (diff)
downloaddedo-7db0126c4b7e17080ccc1a759c60f95726fc6a5e.tar.gz
dedo-7db0126c4b7e17080ccc1a759c60f95726fc6a5e.tar.xz
Adding "lru" to list of projects using Bolt.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8a21c6e..66b19ac 100644
--- a/README.md
+++ b/README.md
@@ -839,5 +839,6 @@ Below is a list of public, open source projects that use Bolt:
* [Request Baskets](https://github.com/darklynx/request-baskets) - A web service to collect arbitrary HTTP requests and inspect them via REST API or simple web UI, similar to [RequestBin](http://requestb.in/) service
* [Go Report Card](https://goreportcard.com/) - Go code quality report cards as a (free and open source) service.
* [Boltdb Boilerplate](https://github.com/bobintornado/boltdb-boilerplate) - Boilerplate wrapper around bolt aiming to make simple calls one-liners.
+* [lru](https://github.com/crowdriff/lru) - Easy to use Bolt-backed Least-Recently-Used (LRU) read-through cache with chainable remote stores.
If you are using Bolt in a project please send a pull request to add it to the list.