Uses of Class
redis.clients.jedis.params.XAddParams
Packages that use XAddParams
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the classes that represent optional parameters of core Redis commands.
-
Uses of XAddParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type XAddParamsModifier and TypeMethodDescriptionfinal CommandObject<byte[]> CommandObjects.xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) final CommandObject<StreamEntryID> byte[]Jedis.xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) Response<byte[]> MultiNodePipelineBase.xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) Response<byte[]> Pipeline.xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) Response<byte[]> TransactionBase.xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) byte[]UnifiedJedis.xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) -
Uses of XAddParams in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type XAddParamsModifier and TypeMethodDescriptiondefault byte[]StreamBinaryCommands.xadd(byte[] key, Map<byte[], byte[]> hash, XAddParams params) byte[]StreamBinaryCommands.xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) default StreamEntryIDXADD key [NOMKSTREAM] [MAXLEN|MINID [=|~] threshold [LIMIT count]] *|ID field value [field value ...]default Response<byte[]> StreamPipelineBinaryCommands.xadd(byte[] key, Map<byte[], byte[]> hash, XAddParams params) Response<byte[]> StreamPipelineBinaryCommands.xadd(byte[] key, XAddParams params, Map<byte[], byte[]> hash) default Response<StreamEntryID> XADD key [NOMKSTREAM] [MAXLEN|MINID [=|~] threshold [LIMIT count]] *|ID field value [field value ...] -
Uses of XAddParams in redis.clients.jedis.params
Methods in redis.clients.jedis.params that return XAddParamsModifier and TypeMethodDescriptionXAddParams.approximateTrimming()XAddParams.exactTrimming()XAddParams.id(byte[] id) XAddParams.id(long time) XAddParams.id(long time, long sequence) XAddParams.id(StreamEntryID id) XAddParams.limit(long limit) XAddParams.maxLen(long maxLen) XAddParams.noMkStream()static XAddParamsXAddParams.xAddParams()