Package com.redis.riot
Interface RedisCommand<T>
-
- All Known Implementing Classes:
AbstractCollectionCommand
,AbstractKeyCommand
,AbstractRedisCommand
,EvalCommand
,ExpireCommand
,GeoaddCommand
,HsetCommand
,JsonSetCommand
,LpushCommand
,NoopCommand
,RpushCommand
,SaddCommand
,SetCommand
,SugaddCommand
,XaddCommand
,ZaddCommand
public interface RedisCommand<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.redis.spring.batch.support.RedisOperation<java.lang.String,java.lang.String,T>
operation()
-
-
-
Method Detail
-
operation
com.redis.spring.batch.support.RedisOperation<java.lang.String,java.lang.String,T> operation()
-
-