| Package | Description |
|---|---|
| com.lambdaworks.redis |
| Modifier and Type | Method and Description |
|---|---|
ZStoreArgs |
ZStoreArgs.max() |
static ZStoreArgs |
ZStoreArgs.Builder.max() |
ZStoreArgs |
ZStoreArgs.min() |
static ZStoreArgs |
ZStoreArgs.Builder.min() |
ZStoreArgs |
ZStoreArgs.sum() |
static ZStoreArgs |
ZStoreArgs.Builder.sum() |
ZStoreArgs |
ZStoreArgs.weights(long... weights) |
static ZStoreArgs |
ZStoreArgs.Builder.weights(long... weights) |
| Modifier and Type | Method and Description |
|---|---|
Long |
RedisConnection.zinterstore(K destination,
ZStoreArgs storeArgs,
K... keys) |
Future<Long> |
RedisAsyncConnection.zinterstore(K destination,
ZStoreArgs storeArgs,
K... keys) |
Long |
RedisConnection.zunionstore(K destination,
ZStoreArgs storeArgs,
K... keys) |
Future<Long> |
RedisAsyncConnection.zunionstore(K destination,
ZStoreArgs storeArgs,
K... keys) |
Copyright © 2025. All rights reserved.