Interface CommandParser<T extends Command>
-
- All Known Implementing Classes:
AppendParser,BitFieldParser,BitOpParser,BLMoveParser,BRPopLPushParser,CopyParser,DecrByParser,DecrParser,DefaultCommandParser,DelParser,EvalParser,EvalShaParser,ExecParser,ExpireAtParser,ExpireParser,FlushAllParser,FlushDBParser,FunctionParser,GeoAddParser,GeoSearchStoreParser,GetSetParser,HDelParser,HIncrByParser,HMSetParser,HSetNxParser,HSetParser,IncrByParser,IncrParser,LInsertParser,LMoveParser,LPopParser,LPushParser,LPushXParser,LRemParser,LSetParser,LTrimParser,MoveParser,MSetNxParser,MSetParser,MultiParser,PersistParser,PExpireAtParser,PExpireParser,PFAddParser,PFCountParser,PFMergeParser,PingParser,PSetExParser,PublishParser,RenameNxParser,RenameParser,ReplConfParser,RestoreParser,RPopLPushParser,RPopParser,RPushParser,RPushXParser,SAddParser,ScriptParser,SDiffStoreParser,SelectParser,SetBitParser,SetExParser,SetNxParser,SetParser,SetRangeParser,SInterStoreParser,SMoveParser,SortParser,SPublishParser,SRemParser,SUnionStoreParser,SwapDBParser,UnLinkParser,XAckParser,XAddParser,XClaimParser,XDelParser,XGroupParser,XSetIdParser,XTrimParser,ZAddParser,ZDiffStoreParser,ZIncrByParser,ZInterStoreParser,ZPopMaxParser,ZPopMinParser,ZRemParser,ZRemRangeByLexParser,ZRemRangeByRankParser,ZRemRangeByScoreParser,ZUnionStoreParser
public interface CommandParser<T extends Command>- Since:
- 2.1.0
- Author:
- Leon Chen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tparse(Object[] command)
-