Uses of Class
redis.clients.jedis.timeseries.TSCreateParams
Packages that use TSCreateParams
Package
Description
This package contains the classes and interfaces related to RedisTimeSeries module.
-
Uses of TSCreateParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type TSCreateParamsModifier and TypeMethodDescriptionfinal CommandObject<Long> CommandObjects.tsAdd(String key, long timestamp, double value, TSCreateParams createParams) MultiNodePipelineBase.tsAdd(String key, long timestamp, double value, TSCreateParams createParams) Pipeline.tsAdd(String key, long timestamp, double value, TSCreateParams createParams) TransactionBase.tsAdd(String key, long timestamp, double value, TSCreateParams createParams) longUnifiedJedis.tsAdd(String key, long timestamp, double value, TSCreateParams createParams) final CommandObject<String> CommandObjects.tsCreate(String key, TSCreateParams createParams) MultiNodePipelineBase.tsCreate(String key, TSCreateParams createParams) Pipeline.tsCreate(String key, TSCreateParams createParams) TransactionBase.tsCreate(String key, TSCreateParams createParams) UnifiedJedis.tsCreate(String key, TSCreateParams createParams) -
Uses of TSCreateParams in redis.clients.jedis.timeseries
Methods in redis.clients.jedis.timeseries that return TSCreateParamsModifier and TypeMethodDescriptionTSCreateParams.chunkSize(long chunkSize) TSCreateParams.compressed()static TSCreateParamsTSCreateParams.createParams()TSCreateParams.duplicatePolicy(DuplicatePolicy duplicatePolicy) Add label-value pair.Set label-value pairsTSCreateParams.retention(long retentionPeriod) TSCreateParams.uncompressed()Methods in redis.clients.jedis.timeseries with parameters of type TSCreateParamsModifier and TypeMethodDescriptionlongRedisTimeSeriesCommands.tsAdd(String key, long timestamp, double value, TSCreateParams createParams) TS.ADD key timestamp value [RETENTION retentionTime] [ENCODING [COMPRESSED|UNCOMPRESSED]] [CHUNK_SIZE size] [ON_DUPLICATE policy] [LABELS label value..]RedisTimeSeriesPipelineCommands.tsAdd(String key, long timestamp, double value, TSCreateParams createParams) RedisTimeSeriesCommands.tsCreate(String key, TSCreateParams createParams) TS.CREATE key [RETENTION retentionTime] [ENCODING [UNCOMPRESSED|COMPRESSED]] [CHUNK_SIZE size] [DUPLICATE_POLICY policy] [LABELS label value..]RedisTimeSeriesPipelineCommands.tsCreate(String key, TSCreateParams createParams)