redis / redis-rb

A Ruby client library for Redis
MIT License
3.96k stars 1.03k forks source link

Add support for redis Time Series module #1257

Closed night91 closed 6 months ago

night91 commented 6 months ago

It would be great to add support for Redis Time Series commands.

byroot commented 6 months ago

The redis-rb gem only aim to support core command. all modules are best handled by separate gems, e.g. for the JSON module there's https://github.com/vachhanihpavan/rejson-rb