All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scouter.agent.proxy.ILettuceTrace Maven / Gradle / Ivy

There is a newer version: 2.20.0
Show newest version
package scouter.agent.proxy;

import scouter.agent.trace.TraceContext;

public interface ILettuceTrace {

    void startRedis(TraceContext ctx, Object channel);

    String getCommand(Object command);

    String parseArgs(Object object);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy