Uses of Class
redis.clients.jedis.ZParams
-
Packages that use ZParams Package Description redis.clients.jedis redis.clients.jedis.commands -
-
Uses of ZParams in redis.clients.jedis
Methods in redis.clients.jedis that return ZParams Modifier and Type Method Description ZParamsZParams. aggregate(ZParams.Aggregate aggregate)ZParamsZParams. weights(double... weights)Set weights.Methods in redis.clients.jedis with parameters of type ZParams Modifier and Type Method Description voidBinaryClient. zinterstore(byte[] dstkey, ZParams params, byte[]... sets)LongBinaryJedis. zinterstore(byte[] dstkey, ZParams params, byte[]... sets)Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.LongBinaryJedisCluster. zinterstore(byte[] dstkey, ZParams params, byte[]... sets)voidClient. zinterstore(String dstkey, ZParams params, String... sets)LongJedis. zinterstore(String dstkey, ZParams params, String... sets)Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.LongJedisCluster. zinterstore(String dstkey, ZParams params, String... sets)Response<Long>MultiKeyPipelineBase. zinterstore(byte[] dstkey, ZParams params, byte[]... sets)Response<Long>MultiKeyPipelineBase. zinterstore(String dstkey, ZParams params, String... sets)voidBinaryClient. zunionstore(byte[] dstkey, ZParams params, byte[]... sets)LongBinaryJedis. zunionstore(byte[] dstkey, ZParams params, byte[]... sets)Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.LongBinaryJedisCluster. zunionstore(byte[] dstkey, ZParams params, byte[]... sets)voidClient. zunionstore(String dstkey, ZParams params, String... sets)LongJedis. zunionstore(String dstkey, ZParams params, String... sets)Creates a union or intersection of N sorted sets given by keys k1 through kN, and stores it at dstkey.LongJedisCluster. zunionstore(String dstkey, ZParams params, String... sets)Response<Long>MultiKeyPipelineBase. zunionstore(byte[] dstkey, ZParams params, byte[]... sets)Response<Long>MultiKeyPipelineBase. zunionstore(String dstkey, ZParams params, String... sets) -
Uses of ZParams in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type ZParams Modifier and Type Method Description voidCommands. zinterstore(String dstkey, ZParams params, String... sets)LongMultiKeyBinaryCommands. zinterstore(byte[] dstkey, ZParams params, byte[]... sets)LongMultiKeyBinaryJedisClusterCommands. zinterstore(byte[] dstkey, ZParams params, byte[]... sets)Response<Long>MultiKeyBinaryRedisPipeline. zinterstore(byte[] dstkey, ZParams params, byte[]... sets)LongMultiKeyCommands. zinterstore(String dstkey, ZParams params, String... sets)Response<Long>MultiKeyCommandsPipeline. zinterstore(String dstkey, ZParams params, String... sets)LongMultiKeyJedisClusterCommands. zinterstore(String dstkey, ZParams params, String... sets)voidCommands. zunionstore(String dstkey, ZParams params, String... sets)LongMultiKeyBinaryCommands. zunionstore(byte[] dstkey, ZParams params, byte[]... sets)LongMultiKeyBinaryJedisClusterCommands. zunionstore(byte[] dstkey, ZParams params, byte[]... sets)Response<Long>MultiKeyBinaryRedisPipeline. zunionstore(byte[] dstkey, ZParams params, byte[]... sets)LongMultiKeyCommands. zunionstore(String dstkey, ZParams params, String... sets)Response<Long>MultiKeyCommandsPipeline. zunionstore(String dstkey, ZParams params, String... sets)LongMultiKeyJedisClusterCommands. zunionstore(String dstkey, ZParams params, String... sets)
-