gitee.com/h79/goutils@v1.22.10/thrift/redis_proxy/redis_proxy-consts.go (about)

     1  // Autogenerated by Thrift Compiler (0.9.2)
     2  // DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
     3  
     4  package redis_proxy
     5  
     6  import (
     7  	"bytes"
     8  	"fmt"
     9  	"github.com/apache/thrift/lib/go/thrift"
    10  )
    11  
    12  // (needed to ensure safety because of naive import list construction.)
    13  var _ = thrift.ZERO
    14  var _ = fmt.Printf
    15  var _ = bytes.Equal
    16  
    17  const RES_OK = 0
    18  const RES_FAIL = 1
    19  const RES_WRONG_TYPE = 2
    20  const RES_NOT_NULL = 3
    21  const RES_CONNECTION_REFUSED = 501
    22  const RES_CANNOT_LOAD_SLOTS = 502
    23  const RES_CLUSTERDOWN = 503
    24  const RES_MOVED = 301
    25  const RES_ASK = 302
    26  
    27  func init() {
    28  }