Hacker News new | ask | show | jobs
by Lio 1538 days ago
It’s a shame they don’t offer first class Ruby support. I could see myself using some this stuff.

Is this something Redis are likely to offer in future does anyone know?

2 comments

You're right, we would love to provide a much better experience in Ruby it was just a matter of priorities... BTW, all the modules already have ruby based clients developed by the community.

e.g.

* https://github.com/npezza93/redi_search

* https://github.com/vachhanihpavan/rejson-rb

* https://github.com/dzunk/redis-time-series

You can see on each modules docs the list of clients developed by the community. e.g.

https://redis.io/docs/stack/graph/clients/

Thank you, that'll be a good place to start. Cheers.
> they don’t offer first class Ruby support

It's a datastore. It has clients for many languages, including a recommended one for Ruby. What support are you missing here?

To use the extra features that come with Redis Stack, you need a client that supports those features. According to the site posted, the Ruby client doesn't support these features.

So it appears that you are the one that is missing something.

> So it appears that you are the one that is missing something.

They were asking what library support was missing for that person's use case (which your question answers, but I think the snark is based on a misunderstanding).