Module lettuce.core

Class TracedCommand<K,​V,​T>

java.lang.Object
io.lettuce.core.protocol.CommandWrapper<K,​V,​T>
io.lettuce.core.protocol.TracedCommand<K,​V,​T>
All Implemented Interfaces:
CompleteableCommand<T>, DecoratedCommand<K,​V,​T>, RedisCommand<K,​V,​T>, TraceContextProvider

public class TracedCommand<K,​V,​T>
extends CommandWrapper<K,​V,​T>
implements TraceContextProvider
Redis command that is aware of an associated TraceContext.
Since:
5.1
Author:
Mark Paluch