Total Pageviews

Saturday, 5 April 2014

Redigo


Redigo is a Go client for the Redis database.

Features

Documentation

Installation

Install Redigo using the "go get" command:
go get github.com/garyburd/redigo/redis
The Go distribution is Redigo's only dependency.

from https://github.com/garyburd/redigo