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
This commit is contained in:
Nitish Malhotra 2019-01-09 06:16:10 -05:00 committed by Cássio Botaro
parent 9f8f413ea2
commit a79c40a69d

View File

@ -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.