Interface ObservableRedisMetrics


public interface ObservableRedisMetrics
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    report(String name, long durationInNs, boolean succeeded)
    Method called by the ObservableRedis after every operation.
  • Field Details

  • Method Details

    • 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