diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2016-03-21 21:41:17 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2016-03-21 21:41:17 -0600 |
commit | 47b11621fbc7915b76f2589eca2e3c7516154604 (patch) | |
tree | 0ba46ea325d8d5ca53cd57b2f140f3057d1bbbb6 | |
parent | Merge pull request #539 from benbjohnson/rebalance-fix (diff) | |
parent | Adding "lru" to list of projects using Bolt. (diff) | |
download | dedo-47b11621fbc7915b76f2589eca2e3c7516154604.tar.gz dedo-47b11621fbc7915b76f2589eca2e3c7516154604.tar.xz |
Merge pull request #537 from crowdriff/master
Adding "lru" to list of projects using Bolt.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |