No Description

Gary Burd db71111b72 Add Int64 function, imporve doc. 13 years ago
redis db71111b72 Add Int64 function, imporve doc. 13 years ago
redisx db71111b72 Add Int64 function, imporve doc. 13 years ago
README.markdown db71111b72 Add Int64 function, imporve doc. 13 years ago

README.markdown

Redigo

Redigo is a Go client for the Redis database.

Features

Documentation

The Redigo API reference is available on godoc.org. (The godoc.org server uses Redigo and Redis for storage).

Installation

Install Redigo using the "go get" command:

go get github.com/garyburd/redigo/redis

The Go distribution is Redigo's only dependency.

License

Redigo is available under the Apache License, Version 2.0.