Skip to content

Commit 378d1df

Browse files
committed
Add leveldb cache to list of available backends
1 parent 78a5b00 commit 378d1df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ Cache backends
1818
- https://github.com/gregjones/httpcache/diskcache provides a filesystem-backed cache using the [diskv](https://github.com/peterbourgon/diskv) library.
1919
- https://github.com/gregjones/httpcache/memcache provides memcache implementations, for both App Engine and 'normal' memcache servers
2020
- https://github.com/sourcegraph/s3cache uses Amazon S3 for storage.
21+
- https://github.com/gregjones/httpcache/leveldbcache provides a filesystem-backed cache using [leveldb](https://github.com/syndtr/goleveldb/leveldb)

0 commit comments

Comments
 (0)