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

io.envoyproxy.envoy.config.health_checker.redis.v2.RedisOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/health_checker/redis/v2/redis.proto

package io.envoyproxy.envoy.config.health_checker.redis.v2;

public interface RedisOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.health_checker.redis.v2.Redis)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * If set, optionally perform ``EXISTS <key>`` instead of ``PING``. A return value
   * from Redis of 0 (does not exist) is considered a passing healthcheck. A return value other
   * than 0 is considered a failure. This allows the user to mark a Redis instance for maintenance
   * by setting the specified key to any value and waiting for traffic to drain.
   * 
* * string key = 1; * @return The key. */ java.lang.String getKey(); /** *
   * If set, optionally perform ``EXISTS <key>`` instead of ``PING``. A return value
   * from Redis of 0 (does not exist) is considered a passing healthcheck. A return value other
   * than 0 is considered a failure. This allows the user to mark a Redis instance for maintenance
   * by setting the specified key to any value and waiting for traffic to drain.
   * 
* * string key = 1; * @return The bytes for key. */ com.google.protobuf.ByteString getKeyBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy