Нет описания

Gary Burd 4f6a4ebc3b Add Float64 and Strings reply helpers. 12 лет назад
redis 4f6a4ebc3b Add Float64 and Strings reply helpers. 12 лет назад
redisx db71111b72 Add Int64 function, imporve doc. 12 лет назад
README.markdown db71111b72 Add Int64 function, imporve doc. 12 лет назад

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.