com.lambdaworks.redis
Class ZStoreArgs
java.lang.Object
com.lambdaworks.redis.ZStoreArgs
public class ZStoreArgs
- extends Object
Argument list builder for the redis ZUNIONSTORE
and ZINTERSTORE commands. Static import the
methods from ZStoreArgs.Builder and chain the method calls: weights(1, 2).max().
- Author:
- Will Glozer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZStoreArgs
public ZStoreArgs()
weights
public ZStoreArgs weights(long... weights)
sum
public ZStoreArgs sum()
min
public ZStoreArgs min()
max
public ZStoreArgs max()
Copyright © 2013. All Rights Reserved.