From a79c40a69d1df156738f5c11df0004150a7f8211 Mon Sep 17 00:00:00 2001 From: Nitish Malhotra Date: Wed, 9 Jan 2019 06:16:10 -0500 Subject: [PATCH] Add go-rejson to the list (#2314) * Add go-rejson to the list Add go-rejson to go-awesome list under the NoSQL Databases, as an alternate way to use redis to store and manipulate Go structs as JSON objects using Redislab Rejson module. * Fix alphabetical ordering * Fix alphabetical ordering --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40fa2d25..02d4e8ce 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [dynago](https://github.com/underarmour/dynago) - Dynago is a principle of least surprise client for DynamoDB. * [go-couchbase](https://github.com/couchbase/go-couchbase) - Couchbase client in Go. * [go-couchdb](https://github.com/fjl/go-couchdb) - Yet another CouchDB HTTP API wrapper for Go. + * [go-rejson](https://github.com/nitishm/go-rejson) - Golang client for redislabs' ReJSON module using Redigo golang client. Store and manipulate structs as JSON objects in redis with ease. * [gocb](https://github.com/couchbase/gocb) - Official Couchbase Go SDK. * [gocql](http://gocql.github.io) - Go language driver for Apache Cassandra. * [godscache](https://github.com/defcronyke/godscache) - A wrapper for the Google Cloud Platform Go Datastore package that adds caching using memcached.