JRedisTimeseries missing method for command TS.GET?

I managed to get same result with chaining method TS.INFO and TS.RANGE. would be nice if I can combine them into single network call. Also if there is a plan for a Kotlin client? :pray:

Hi there @Andi, we’ve created the github issue with regards to supporting TS.GET and TS.MGET.

https://github.com/RedisTimeSeries/JRedisTimeSeries/issues/8

We should support both commands it in a very short time :slight_smile:

hi there @Andy, good morning, you can try-out the support for TS.GET on the latest snapshot.
PR that added support:
https://github.com/RedisTimeSeries/JRedisTimeSeries/pull/9

Kind regards,