From 84bfcc133ecc0ef2ef169f45a27242af036efedc Mon Sep 17 00:00:00 2001 From: Marc Gray Date: Wed, 17 Jan 2018 02:18:58 +0100 Subject: [PATCH] Update README.md (#1746) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d62aea2a..f3c64a92 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [geocache](https://github.com/melihmucuk/geocache) - In-memory cache that is suitable for geolocation based applications. * [go-cache](https://github.com/pmylund/go-cache) - In-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. * [goleveldb](https://github.com/syndtr/goleveldb) - Implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in Go. +* [gorocksdb](https://github.com/kapitan-k/gorocksdb) - Gorocksdb is a wrapper for [RocksDB](https://rocksdb.org) written in Go. * [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. * [influxdb](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics. * [jaeger](https://github.com/jaegertracing/jaeger) - A distributed tracing system.