public final class RedisDsl
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static RedisFeederBuilder |
redisFeeder(RedisClientPool clients,
java.lang.String key)
Bootstrap a Redis feeder
|
static RedisFeederBuilder |
redisFeeder(RedisClientPool clients,
java.lang.String keySrc,
java.lang.String keyDest)
Bootstrap a Redis feeder
|
@Nonnull public static RedisFeederBuilder redisFeeder(@Nonnull RedisClientPool clients, @Nonnull java.lang.String key)
clients - the clients poolkey - the key to look up in the redis command@Nonnull public static RedisFeederBuilder redisFeeder(@Nonnull RedisClientPool clients, @Nonnull java.lang.String keySrc, @Nonnull java.lang.String keyDest)
clients - the clients poolkeySrc - the key to look up in the RPOPLPUSH commandkeyDest - the key to store the value in RPOPLPUSH command