From 9160c383fd497cbfe304e949e27ae4a806c5c7e6 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sun, 15 Nov 2020 11:53:52 +0200 Subject: [PATCH] Add FastCache to the Projects using this package Add [FastCache](https://github.com/VictoriaMetrics/fastcache) to the Projects using this package on README.md. Source: https://github.com/VictoriaMetrics/fastcache/blob/8835719dc76cc26f97026e3aa726742e7d2f1053/fastcache.go#L11 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fd8693..71fed17 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,4 @@ $ go test -benchtime 10s -bench '/xxhash,direct,bytes' - [InfluxDB](https://github.com/influxdata/influxdb) - [Prometheus](https://github.com/prometheus/prometheus) - [FreeCache](https://github.com/coocood/freecache) +- [FastCache](https://github.com/VictoriaMetrics/fastcache)