/redistypes

Redis data types for Go.

Primary LanguageGoMIT LicenseMIT

Redistypes

Build Status Coverage Status GoDoc BADGINATOR

Redistypes is a very thin wrapper around redigo that provides a convenient way to use Redis's data types in Go.

NOTE: this project has been archived because I don't have time to work on it.

Features

Go implementations of the following data types in Redis:

  1. List
  2. HyperLogLog
  3. Set (in progress)

More to come!

Documentation

See the GoDocs.

Installation

To download, run

go get github.com/MasterOfBinary/redistypes

Redistypes requires the following dependency:

Example

For a full, runnable example, see https://github.com/MasterOfBinary/goredistypes.

License

Redistypes is provided under the MIT licence. See LICENSE for more details.