Uses of Class
redis.clients.jedis.params.ZIncrByParams
Packages that use ZIncrByParams
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 ZIncrByParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type ZIncrByParamsModifier and TypeMethodDescriptionfinal CommandObject<Double> CommandObjects.zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) final CommandObject<Double> CommandObjects.zincrby(String key, double increment, String member, ZIncrByParams params) Jedis.zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) Jedis.zincrby(String key, double increment, String member, ZIncrByParams params) MultiNodePipelineBase.zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) MultiNodePipelineBase.zincrby(String key, double increment, String member, ZIncrByParams params) Pipeline.zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) Pipeline.zincrby(String key, double increment, String member, ZIncrByParams params) TransactionBase.zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) TransactionBase.zincrby(String key, double increment, String member, ZIncrByParams params) UnifiedJedis.zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) UnifiedJedis.zincrby(String key, double increment, String member, ZIncrByParams params) -
Uses of ZIncrByParams in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type ZIncrByParamsModifier and TypeMethodDescriptionSortedSetBinaryCommands.zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) SortedSetCommands.zincrby(String key, double increment, String member, ZIncrByParams params) Similar toZINCRBYbut can be used with optionals params.SortedSetPipelineBinaryCommands.zincrby(byte[] key, double increment, byte[] member, ZIncrByParams params) SortedSetPipelineCommands.zincrby(String key, double increment, String member, ZIncrByParams params) -
Uses of ZIncrByParams in redis.clients.jedis.params
Methods in redis.clients.jedis.params that return ZIncrByParamsModifier and TypeMethodDescriptionZIncrByParams.nx()Only set the key if it does not already exist.ZIncrByParams.xx()Only set the key if it already exist.static ZIncrByParamsZIncrByParams.zIncrByParams()