This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Strip readme of all but note about project move
- Loading branch information
Showing
1 changed file
with
2 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,4 @@ | ||
Redigo | ||
====== | ||
|
||
[![Build Status](https://travis-ci.org/garyburd/redigo.svg?branch=master)](https://travis-ci.org/garyburd/redigo) | ||
[![GoDoc](https://godoc.org/github.com/garyburd/redigo/redis?status.svg)](https://godoc.org/github.com/garyburd/redigo/redis) | ||
|
||
Redigo is a [Go](http://golang.org/) client for the [Redis](http://redis.io/) database. | ||
|
||
Future development of Redigo is at | ||
[github.com/gomodule/redigo](https://github.com/gomodule/redigo). Please submit | ||
issues at gomodule/redigo. The repository at github.com/garyburd/redigo will no | ||
longer be maintained. | ||
|
||
Features | ||
------- | ||
|
||
* A [Print-like](http://godoc.org/github.com/garyburd/redigo/redis#hdr-Executing_Commands) API with support for all Redis commands. | ||
* [Pipelining](http://godoc.org/github.com/garyburd/redigo/redis#hdr-Pipelining), including pipelined transactions. | ||
* [Publish/Subscribe](http://godoc.org/github.com/garyburd/redigo/redis#hdr-Publish_and_Subscribe). | ||
* [Connection pooling](http://godoc.org/github.com/garyburd/redigo/redis#Pool). | ||
* [Script helper type](http://godoc.org/github.com/garyburd/redigo/redis#Script) with optimistic use of EVALSHA. | ||
* [Helper functions](http://godoc.org/github.com/garyburd/redigo/redis#hdr-Reply_Helpers) for working with command replies. | ||
|
||
Documentation | ||
------------- | ||
|
||
- [API Reference](http://godoc.org/github.com/garyburd/redigo/redis) | ||
- [FAQ](https://github.com/garyburd/redigo/wiki/FAQ) | ||
- [Examples](https://godoc.org/github.com/garyburd/redigo/redis#pkg-examples) | ||
|
||
Installation | ||
------------ | ||
|
||
Install Redigo using the "go get" command: | ||
|
||
go get github.com/garyburd/redigo/redis | ||
|
||
The Go distribution is Redigo's only dependency. | ||
|
||
Related Projects | ||
---------------- | ||
|
||
- [rafaeljusto/redigomock](https://godoc.org/github.com/rafaeljusto/redigomock) - A mock library for Redigo. | ||
- [chasex/redis-go-cluster](https://github.com/chasex/redis-go-cluster) - A Redis cluster client implementation. | ||
- [FZambia/go-sentinel](https://github.com/FZambia/go-sentinel) - Redis Sentinel support for Redigo | ||
- [PuerkitoBio/redisc](https://github.com/PuerkitoBio/redisc) - Redis Cluster client built on top of Redigo | ||
|
||
Contributing | ||
------------ | ||
|
||
See [CONTRIBUTING.md](https://github.com/garyburd/redigo/blob/master/.github/CONTRIBUTING.md). | ||
|
||
License | ||
------- | ||
|
||
Redigo is available under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). | ||
issues at gomodule/redigo. The repository at github.com/garyburd/redigo is a | ||
read-only snapshot. |