Module lettuce.core

Class CodecAwareOutputFactoryResolver

java.lang.Object
io.lettuce.core.dynamic.output.CodecAwareOutputFactoryResolver
All Implemented Interfaces:
CommandOutputFactoryResolver

public class CodecAwareOutputFactoryResolver
extends Object
implements CommandOutputFactoryResolver
RedisCodec-aware implementation of CommandOutputFactoryResolver. This implementation inspects RedisCodec regarding its type and enhances OutputSelector for CommandOutputFactory resolution.
Since:
5.0
Author:
Mark Paluch