Skip to content

Commit

Permalink
Add go-rejson to the list (avelino#2314)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nitishm authored and cassiobotaro committed Jan 9, 2019
1 parent 9f8f413 commit a79c40a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a79c40a

Please sign in to comment.