Package com.redis.riot.redis
Class AbstractKeyCommand
- java.lang.Object
-
- com.redis.riot.HelpCommand
-
- com.redis.riot.redis.AbstractRedisCommand<java.util.Map<java.lang.String,java.lang.Object>>
-
- com.redis.riot.redis.AbstractKeyCommand
-
- All Implemented Interfaces:
RedisCommand<java.util.Map<java.lang.String,java.lang.Object>>
- Direct Known Subclasses:
AbstractCollectionCommand
,ExpireCommand
,HsetCommand
,SetCommand
,SugaddCommand
,XaddCommand
public abstract class AbstractKeyCommand extends AbstractRedisCommand<java.util.Map<java.lang.String,java.lang.Object>>
-
-
Constructor Summary
Constructors Constructor Description AbstractKeyCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.batch.item.redis.support.convert.KeyMaker<java.util.Map<java.lang.String,java.lang.Object>>
key()
-
Methods inherited from class com.redis.riot.redis.AbstractRedisCommand
doubleFieldExtractor, fieldExtractor, idMaker, numberFieldExtractor, stringFieldExtractor
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.redis.riot.RedisCommand
operation
-
-