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.
Go implementations of the following data types in Redis:
- List
- HyperLogLog
- Set (in progress)
More to come!
See the GoDocs.
To download, run
go get github.com/MasterOfBinary/redistypes
Redistypes requires the following dependency:
For a full, runnable example, see https://github.com/MasterOfBinary/goredistypes.
Redistypes is provided under the MIT licence. See LICENSE
for more details.