(ctx context.Context)
| 223 | DebugObject(ctx context.Context, key string) *StringCmd |
| 224 | MemoryUsage(ctx context.Context, key string, samples ...int) *IntCmd |
| 225 | Latency(ctx context.Context) *LatencyCmd |
| 226 | LatencyReset(ctx context.Context, events ...interface{}) *StatusCmd |
| 227 | |
| 228 | ModuleLoadex(ctx context.Context, conf *ModuleLoadexConfig) *StringCmd |
no outgoing calls
no test coverage detected