public abstract class AbstractRedisListScanner extends Object implements IRedisScanner<List<String>>
| Constructor and Description |
|---|
AbstractRedisListScanner() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext(org.rarefiedredis.redis.IRedisClient client,
String key) |
List<String> |
next(org.rarefiedredis.redis.IRedisClient client,
String key,
String... options) |
String |
type() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrangepublic boolean hasNext(org.rarefiedredis.redis.IRedisClient client,
String key)
hasNext in interface IRedisScanner<List<String>>public List<String> next(org.rarefiedredis.redis.IRedisClient client, String key, String... options)
next in interface IRedisScanner<List<String>>public String type()
type in interface IRedisScanner<List<String>>Copyright © 2015. All rights reserved.