Hi,
Is there a Redis Time Series LIbrary for ruby???
Regards
Hi,
Is there a Redis Time Series LIbrary for ruby???
Regards
Not as far as I know.
Regards.
Hi,
Currently, there is no Ruby client for RedisTimeSeries.
You can use the vanilla Ruby client and pass the commands as strings using the call
command then parse the replies.
For example, https://github.com/redis/redis-rb/
There is one, it’s a work in progress so contributions welcome!
I’m also working on one here: