Redis Time Series for ruby

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/

1 Like

There is one, it’s a work in progress so contributions welcome!

1 Like

I’m also working on one here:

1 Like