@FunctionalInterface public interface CommandOutputFactory
CommandOutput given RedisCodec.
Implementing classes usually produce the same CommandOutput type.
| Modifier and Type | Method and Description |
|---|---|
<K,V> CommandOutput<K,V,?> |
create(RedisCodec<K,V> codec)
Create and initialize a new
CommandOutput given RedisCodec. |
<K,V> CommandOutput<K,V,?> create(RedisCodec<K,V> codec)
CommandOutput given RedisCodec.K - Key type.V - Value type.codec - must not be null.CommandOutput.Copyright © 2020 lettuce.io. All rights reserved.