From 7114a7a1389dd55eb6918c956e45fa16cffc4f2a Mon Sep 17 00:00:00 2001 From: Melih Mucuk Date: Tue, 21 Jun 2016 18:38:30 +0300 Subject: [PATCH 1/2] geocache package added to Database section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9341b56..4623243b 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [forestdb](https://github.com/couchbase/goforestdb) - Go bindings for ForestDB. * [GCache](https://github.com/bluele/gcache) - Cache library with support for expirable Cache, LFU, LRU and ARC. * [go-cache](https://github.com/pmylund/go-cache) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. +* [geocache](https://github.com/melihmucuk/geocache) - An in-memory cache that is suitable for geolocation based applications. * [goleveldb](https://github.com/syndtr/goleveldb) - An implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in the 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 From b45c160f91e3566c459aab866f319a80d913f912 Mon Sep 17 00:00:00 2001 From: Melih Mucuk Date: Tue, 21 Jun 2016 18:44:18 +0300 Subject: [PATCH 2/2] change order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4623243b..2c121066 100644 --- a/README.md +++ b/README.md @@ -231,8 +231,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [diskv](https://github.com/peterbourgon/diskv) - A home-grown disk-backed key-value store. * [forestdb](https://github.com/couchbase/goforestdb) - Go bindings for ForestDB. * [GCache](https://github.com/bluele/gcache) - Cache library with support for expirable Cache, LFU, LRU and ARC. -* [go-cache](https://github.com/pmylund/go-cache) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. * [geocache](https://github.com/melihmucuk/geocache) - An in-memory cache that is suitable for geolocation based applications. +* [go-cache](https://github.com/pmylund/go-cache) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. * [goleveldb](https://github.com/syndtr/goleveldb) - An implementation of the [LevelDB](https://github.com/google/leveldb) key/value database in the 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