Package com.redis.riot.redis
Class AbstractCollectionCommand
- 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
-
- com.redis.riot.redis.AbstractCollectionCommand
-
- All Implemented Interfaces:
RedisCommand<java.util.Map<java.lang.String,java.lang.Object>>
- Direct Known Subclasses:
GeoaddCommand
,LpushCommand
,RpushCommand
,SaddCommand
,ZaddCommand
public abstract class AbstractCollectionCommand extends AbstractKeyCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractCollectionCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.core.convert.converter.Converter<java.util.Map<java.lang.String,java.lang.Object>,java.lang.String>
member()
-
Methods inherited from class com.redis.riot.redis.AbstractKeyCommand
getKeys, getKeyspace, key, setKeys, setKeyspace
-
Methods inherited from class com.redis.riot.redis.AbstractRedisCommand
doubleFieldExtractor, idMaker, numberExtractor, 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
-
-