Interface ObservableRedisMetrics


  • public interface ObservableRedisMetrics
    • Method Detail

      • report

        void report​(String name,
                    long durationInNs,
                    boolean succeeded)
        Method called by the ObservableRedis after every operation.
        Parameters:
        name - the client name
        durationInNs - the duration of the operation in ns, it can represent the execution of a single command or a batch.
        succeeded - whether the operation succeeded