Link: https://github.com/coding-socks/redists
RedisTS is a typesafe Go client for RedisTimeSeries. It was created during a coding spree which had the following focus:
- Functional options for friendly APIs.
- Type safety.
- Switched word order for better autocompletion and to follow the naming scheme used in stdlib (e.g.
http.MethodGet
,http.StatusNotFound
). - Compatibility with multiple Redis clients.
- Accept
time.Time
andtime.Duration
where a parameter is a timestamp in milliseconds or a duration in milliseconds.