| Methods in redis.clients.jedis with parameters of type ZParams |
Response<Long> |
MultiKeyBinaryRedisPipeline.zinterstore(byte[] dstkey,
ZParams params,
byte[]... sets)
|
Long |
MultiKeyBinaryCommands.zinterstore(byte[] dstkey,
ZParams params,
byte[]... sets)
|
Long |
BinaryJedis.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. |
void |
BinaryClient.zinterstore(byte[] dstkey,
ZParams params,
byte[]... sets)
|
Response<Long> |
MultiKeyCommandsPipeline.zinterstore(String dstkey,
ZParams params,
String... sets)
|
Long |
MultiKeyCommands.zinterstore(String dstkey,
ZParams params,
String... sets)
|
Long |
Jedis.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. |
void |
Commands.zinterstore(String dstkey,
ZParams params,
String... sets)
|
void |
Client.zinterstore(String dstkey,
ZParams params,
String... sets)
|
Response<Long> |
MultiKeyBinaryRedisPipeline.zunionstore(byte[] dstkey,
ZParams params,
byte[]... sets)
|
Long |
MultiKeyBinaryCommands.zunionstore(byte[] dstkey,
ZParams params,
byte[]... sets)
|
Long |
BinaryJedis.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. |
void |
BinaryClient.zunionstore(byte[] dstkey,
ZParams params,
byte[]... sets)
|
Response<Long> |
MultiKeyCommandsPipeline.zunionstore(String dstkey,
ZParams params,
String... sets)
|
Long |
MultiKeyCommands.zunionstore(String dstkey,
ZParams params,
String... sets)
|
Long |
Jedis.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. |
void |
Commands.zunionstore(String dstkey,
ZParams params,
String... sets)
|
void |
Client.zunionstore(String dstkey,
ZParams params,
String... sets)
|