Uses of Class
redis.clients.jedis.timeseries.TSKeyValue
Packages that use TSKeyValue
Package
Description
This package contains the classes and interfaces related to RedisTimeSeries module.
-
Uses of TSKeyValue in redis.clients.jedis
Methods in redis.clients.jedis that return types with arguments of type TSKeyValueModifier and TypeMethodDescriptionfinal CommandObject<List<TSKeyValue<TSElement>>> CommandObjects.tsMGet(TSMGetParams multiGetParams, String... filters) MultiNodePipelineBase.tsMGet(TSMGetParams multiGetParams, String... filters) Pipeline.tsMGet(TSMGetParams multiGetParams, String... filters) TransactionBase.tsMGet(TSMGetParams multiGetParams, String... filters) UnifiedJedis.tsMGet(TSMGetParams multiGetParams, String... filters) -
Uses of TSKeyValue in redis.clients.jedis.timeseries
Subclasses of TSKeyValue in redis.clients.jedis.timeseriesModifier and TypeClassDescriptionclassDeprecated.This class will be removed in next major released.Fields in redis.clients.jedis.timeseries with type parameters of type TSKeyValueModifier and TypeFieldDescriptionstatic final Builder<List<TSKeyValue<TSElement>>> TimeSeriesBuilderFactory.TIMESERIES_MGET_RESPONSEMethods in redis.clients.jedis.timeseries that return types with arguments of type TSKeyValueModifier and TypeMethodDescriptionRedisTimeSeriesCommands.tsMGet(TSMGetParams multiGetParams, String... filters) TS.MGET [LATEST] [ WITHLABELS | SELECTED_LABELS label...] FILTER filter...RedisTimeSeriesPipelineCommands.tsMGet(TSMGetParams multiGetParams, String... filters)