Package redis.clients.jedis.args
Interface Rawable
-
- All Known Subinterfaces:
ProtocolCommand
- All Known Implementing Classes:
AggregationType,DuplicatePolicy,JsonProtocol.JsonCommand,Protocol.ClusterKeyword,Protocol.Command,Protocol.Keyword,RedisBloomProtocol.BloomFilterCommand,RedisBloomProtocol.CountMinSketchCommand,RedisBloomProtocol.CuckooFilterCommand,RedisBloomProtocol.RedisBloomKeyword,RedisBloomProtocol.TDigestCommand,RedisBloomProtocol.TopKCommand,SearchProtocol.SearchCommand,SearchProtocol.SearchKeyword,TimeSeriesProtocol.TimeSeriesCommand,TimeSeriesProtocol.TimeSeriesKeyword
public interface RawableByte array representation of arguments to write in socket input stream.This interface is provided for compatibility with original Jedis code. It represents objects that can be converted to their byte array representation for Redis protocol communication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(java.lang.Object o)byte[]getRaw()Get byte array representation.inthashCode()
-