From 21fc82b0b9b5d9ffd7d69c3193679ce46eb738dc Mon Sep 17 00:00:00 2001 From: rfyiamcool Date: Wed, 26 Apr 2023 11:03:00 +0800 Subject: [PATCH] feat: add badger to the projects using this package on README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62d9ccb..33c8830 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,4 @@ benchstat <(go test -benchtime 500ms -count 15 -bench 'Sum64$') - [FreeCache](https://github.com/coocood/freecache) - [FastCache](https://github.com/VictoriaMetrics/fastcache) - [Ristretto](https://github.com/dgraph-io/ristretto) +- [Badger](https://github.com/dgraph-io/badger)