From b161d86a47718dcaa96a8a9e5fd44bd9167d95b4 Mon Sep 17 00:00:00 2001 From: piaohao <463168428@qq.com> Date: Thu, 11 Jul 2019 16:07:13 +0800 Subject: [PATCH] Add godis, a redis client library (#2601) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3060b874..16f385a6 100644 --- a/README.md +++ b/README.md @@ -481,6 +481,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. + * [godis](https://github.com/piaohao/godis) - redis client implement by golang, inspired by jedis. * [godscache](https://github.com/defcronyke/godscache) - A wrapper for the Google Cloud Platform Go Datastore package that adds caching using memcached. * [gomemcache](https://github.com/bradfitz/gomemcache/) - memcache client library for the Go programming language. * [gorethink](https://github.com/dancannon/gorethink) - Go language driver for RethinkDB.