Skip to content

donnpebe/go-redis-timeseries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-redis-timeseries

Save time-series data to redis. This code is inspired by https://github.com/antirez/redis-timeseries/pull/1/files.

Usage

See Example.

Remember, this implementation is using Redis Sorted Set, so if you save an exact data more than one, sorted set only have a single copy of this data. One solution to overcome this limitation is to include timestamp in your data.

Disclaimer

The code in this repo has not been fully tested. Use at your own risk.

License

MIT Public License

About

Save time-series data to redis using Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages