Package io.dropwizard.redis.codec
Interface RedisCodecFactory<K,V>
-
- All Superinterfaces:
io.dropwizard.jackson.Discoverable
- All Known Implementing Classes:
ByteArrayCodecFactory,CompressionCodecFactory,StringCodecFactory,Utf8StringCodecFactory
public interface RedisCodecFactory<K,V> extends io.dropwizard.jackson.Discoverable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.lettuce.core.codec.RedisCodec<K,V>build()
-