Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

MasterOfBinary/redistypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Redis data types for Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages