Keine Beschreibung

Gary Burd db71111b72 Add Int64 function, imporve doc. vor 13 Jahren
redis db71111b72 Add Int64 function, imporve doc. vor 13 Jahren
redisx db71111b72 Add Int64 function, imporve doc. vor 13 Jahren
README.markdown db71111b72 Add Int64 function, imporve doc. vor 13 Jahren

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.