- madd(Measurement...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MADD key timestamp value [key timestamp value ...]
- Measurement - Class in com.redislabs.redistimeseries
-
- Measurement(String, long, double) - Constructor for class com.redislabs.redistimeseries.Measurement
-
- mget(boolean, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MGET [WITHLABELS] FILTER filter...
- MINUS - Static variable in class com.redislabs.redistimeseries.RedisTimeSeries
-
- mrange(long, long, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MRANGE fromTimestamp toTimestamp FILTER filter.
- mrange(long, long, int, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MRANGE fromTimestamp toTimestamp [COUNT count] FILTER filter.
- mrange(long, long, Aggregation, long, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MRANGE fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] FILTER filter.
- mrange(long, long, Aggregation, long, boolean, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MRANGE fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] FILTER filter.
- mrange(long, long, Aggregation, long, boolean, int, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MRANGE fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType timeBucket]
FILTER filter.
- mrange(Long, Long, MultiRangeParams, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MRANGE fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType timeBucket]
[WITHLABELS] FILTER filter...
- mrevrange(long, long, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MREVRANGE fromTimestamp toTimestamp FILTER filter.
- mrevrange(long, long, int, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MREVRANGE fromTimestamp toTimestamp [COUNT count] FILTER filter.
- mrevrange(long, long, Aggregation, long, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MREVRANGE fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] FILTER filter.
- mrevrange(long, long, Aggregation, long, boolean, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MREVRANGE fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] FILTER filter.
- mrevrange(long, long, Aggregation, long, boolean, int, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MREVRANGE fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType timeBucket]
[WITHLABELS] FILTER filter..
- mrevrange(Long, Long, MultiRangeParams, String...) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.MREVRANGE fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType timeBucket]
[WITHLABELS] FILTER filter...
- multiRangeArgs(long, long, Aggregation, long, boolean, Integer, String[]) - Static method in class com.redislabs.redistimeseries.Range
-
- MultiRangeParams - Class in com.redislabs.redistimeseries
-
- MultiRangeParams() - Constructor for class com.redislabs.redistimeseries.MultiRangeParams
-
- multiRangeParams() - Static method in class com.redislabs.redistimeseries.MultiRangeParams
-
- Range - Class in com.redislabs.redistimeseries
-
- Range(String, Map<String, String>, Value[]) - Constructor for class com.redislabs.redistimeseries.Range
-
- range(String, long, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.RANGE key fromTimestamp toTimestamp
- range(String, long, long, int) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.RANGE key fromTimestamp toTimestamp [COUNT count]
- range(String, long, long, Aggregation, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.RANGE key fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket]
- range(String, long, long, Aggregation, long, int) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.RANGE key fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType timeBucket]
- range(String, Long, Long, RangeParams) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.RANGE key fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType timeBucket]
- RangeParams - Class in com.redislabs.redistimeseries
-
- RangeParams() - Constructor for class com.redislabs.redistimeseries.RangeParams
-
- rangeParams() - Static method in class com.redislabs.redistimeseries.RangeParams
-
- RedisTimeSeries - Class in com.redislabs.redistimeseries
-
- RedisTimeSeries() - Constructor for class com.redislabs.redistimeseries.RedisTimeSeries
-
Create a new RedisTimeSeries client with default connection to local host
- RedisTimeSeries(String) - Constructor for class com.redislabs.redistimeseries.RedisTimeSeries
-
- RedisTimeSeries(String, int) - Constructor for class com.redislabs.redistimeseries.RedisTimeSeries
-
Create a new RedisTimeSeries client
- RedisTimeSeries(String, int, int, int) - Constructor for class com.redislabs.redistimeseries.RedisTimeSeries
-
Create a new RedisTimeSeries client
- RedisTimeSeries(String, int, int, int, String) - Constructor for class com.redislabs.redistimeseries.RedisTimeSeries
-
Create a new RedisTimeSeries client
- RedisTimeSeries(Pool<Jedis>) - Constructor for class com.redislabs.redistimeseries.RedisTimeSeries
-
- retentionTime(long) - Method in class com.redislabs.redistimeseries.CreateParams
-
- revrange(String, long, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.REVRANGE key fromTimestamp toTimestamp
- revrange(String, long, long, int) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.REVRANGE key fromTimestamp toTimestamp [COUNT count]
- revrange(String, long, long, Aggregation, long) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.REVRANGE key fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket]
- revrange(String, long, long, Aggregation, long, int) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.REVRANGE key fromTimestamp toTimestamp [AGGREGATION aggregationType timeBucket] [COUNT
count]
- revrange(String, Long, Long, RangeParams) - Method in class com.redislabs.redistimeseries.RedisTimeSeries
-
TS.REVRANGE key fromTimestamp toTimestamp [COUNT count] [AGGREGATION aggregationType
timeBucket]
- Rule - Class in com.redislabs.redistimeseries.information
-
- Rule(String, long, Aggregation) - Constructor for class com.redislabs.redistimeseries.information.Rule
-