Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
philchia committed Dec 8, 2016
1 parent e9d82a8 commit 7a35b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# go_redis_client

go_redis_client is a redis client for Go, which designed to be a successor of redigo 👍

[![Golang](https://img.shields.io/badge/Language-Go-green.svg?style=flat)](https://golang.org)
[![Build Status](https://travis-ci.org/philchia/go_redis_client.svg?branch=master)](https://travis-ci.org/philchia/go_redis_client)
[![Coverage Status](https://coveralls.io/repos/github/philchia/go_redis_client/badge.svg?branch=dev)](https://coveralls.io/github/philchia/go_redis_client?branch=dev)
[![Go Report Card](https://goreportcard.com/badge/github.com/philchia/go_redis_client)](https://goreportcard.com/report/github.com/philchia/go_redis_client)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)
[![GoDoc](https://godoc.org/github.com/philchia/go_redis_client/redis?status.svg)](https://godoc.org/github.com/philchia/go_redis_client/redis)

go_redis_client is a redis client for Go, which designed to be a successor of redigo 👍

## Warning

go_redis_client is under heavy development, if you want to use it in your project, **vendor** it!
Expand Down

0 comments on commit 7a35b69

Please sign in to comment.