repositorypackage
0.0.0-20221127050721-9cb517b0f1e6
Repository: https://github.com/masterofbinary/redistypes.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# README
Redistypes
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:
- List
- HyperLogLog
- 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.