Package redis.clients.jedis.args
Interface Rawable
- All Known Subinterfaces:
ProtocolCommand
- All Known Implementing Classes:
AggregationType,BitCountOption,BitOP,ClientAttributeOption,ClientPauseMode,ClientType,ClusterFailoverOption,ClusterResetType,DuplicatePolicy,ExpiryOption,FlushMode,FunctionRestorePolicy,GeoUnit,GraphProtocol.GraphCommand,GraphProtocol.GraphKeyword,JsonProtocol.JsonCommand,LazyRawable,ListDirection,ListPosition,Protocol.ClusterKeyword,Protocol.Command,Protocol.Keyword,Protocol.ResponseKeyword,Protocol.SentinelKeyword,RawableFactory.Raw,RawableFactory.RawString,RedisBloomProtocol.BloomFilterCommand,RedisBloomProtocol.CountMinSketchCommand,RedisBloomProtocol.CuckooFilterCommand,RedisBloomProtocol.RedisBloomKeyword,RedisBloomProtocol.TDigestCommand,RedisBloomProtocol.TopKCommand,SaveMode,SearchProtocol.SearchCommand,SearchProtocol.SearchKeyword,SortedSetOption,SortingOrder,TimeSeriesProtocol.TimeSeriesCommand,TimeSeriesProtocol.TimeSeriesKeyword,UnblockType,ZParams.Aggregate
public interface Rawable
Byte array representation of arguments to write in socket input stream.
-
Method Summary
-
Method Details
-
getRaw
byte[] getRaw()Get byte array.- Returns:
- binary
-