| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.tracing |
| Modifier and Type | Class and Description |
|---|---|
class |
TracedCommand<K,V,T>
Redis command that is aware of an associated
TraceContext. |
| Modifier and Type | Method and Description |
|---|---|
TraceContextProvider |
BraveTracing.initialTraceContextProvider() |
TraceContextProvider |
Tracing.initialTraceContextProvider() |
| Modifier and Type | Method and Description |
|---|---|
static Mono<TraceContextProvider> |
Tracing.getContext()
Gets the
TraceContextProvider from Reactor Context. |
| Modifier and Type | Method and Description |
|---|---|
static Context |
Tracing.withTraceContextProvider(TraceContextProvider supplier)
|
Copyright © 2021 lettuce.io. All rights reserved.