JRedisTimeSeries icon indicating copy to clipboard operation
JRedisTimeSeries copied to clipboard

Java Client for RedisTimeSeries

Results 8 JRedisTimeSeries issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to upgrade redis.clients:jedis from 3.7.1 to 4.2.2. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

I'm using spring data redis with the Jedis client, and I would like to be able to provide a connection from that pool to RedisTimeSeries class. I couldn't find a...

Since [RedisTimeSeries 1.4](https://github.com/RedisTimeSeries/RedisTimeSeries/releases/tag/v1.4.5) we've added the ability to back-fill time series, with different duplicate policies. However, we still see several issues being raised on the core repo/client repo that point...

good first issue
documentation

Hi, I would like to know if Redis Pipelining will be supported in the future. This would be great for reducing network costs :+1:

enhancement

Will there be cluster mode support in the future? And if so, when will it be approximately?

enhancement

JRedisTimeSeries client example with JedisPool and SSL

enhancement

I am using redis version 6.0.1 running via docker (docker run -p 6379:6379 -it --rm redislabs/redistimeseries) I am trying to get an daily sum aggregate of values on a given...

help wanted