Package io.datarouter.client.redis.codec
Class RedisBlobCodec
java.lang.Object
io.datarouter.client.redis.codec.RedisBlobCodec
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RedisBlobCodec
public RedisBlobCodec(io.datarouter.storage.util.Subpath path)
-
-
Method Details
-
encodeKey
public byte[] encodeKey(io.datarouter.storage.file.PathbeanKey pk) -
decodeKey
public io.datarouter.storage.file.PathbeanKey decodeKey(byte[] fullBytesKey) -
decodeKey
public io.datarouter.storage.file.PathbeanKey decodeKey(io.lettuce.core.KeyValue<byte[], byte[]> kv)
-