redispb

package
v0.0.0-...-e86600b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_redis_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Field

type Field struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Field) Descriptor deprecated

func (*Field) Descriptor() ([]byte, []int)

Deprecated: Use Field.ProtoReflect.Descriptor instead.

func (*Field) GetField

func (x *Field) GetField() string

func (*Field) GetValue

func (x *Field) GetValue() []byte

func (*Field) ProtoMessage

func (*Field) ProtoMessage()

func (*Field) ProtoReflect

func (x *Field) ProtoReflect() protoreflect.Message

func (*Field) Reset

func (x *Field) Reset()

func (*Field) String

func (x *Field) String() string

type Hash

type Hash struct {
	Key    string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Fields []*Field `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"`
	Ttl    int32    `protobuf:"varint,3,opt,name=ttl,proto3" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

func (*Hash) Descriptor deprecated

func (*Hash) Descriptor() ([]byte, []int)

Deprecated: Use Hash.ProtoReflect.Descriptor instead.

func (*Hash) GetFields

func (x *Hash) GetFields() []*Field

func (*Hash) GetKey

func (x *Hash) GetKey() string

func (*Hash) GetTtl

func (x *Hash) GetTtl() int32

func (*Hash) ProtoMessage

func (*Hash) ProtoMessage()

func (*Hash) ProtoReflect

func (x *Hash) ProtoReflect() protoreflect.Message

func (*Hash) Reset

func (x *Hash) Reset()

func (*Hash) String

func (x *Hash) String() string

type List

type List struct {
	Key    string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Values [][]byte `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	Ttl    int32    `protobuf:"varint,3,opt,name=ttl,proto3" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

func (*List) Descriptor deprecated

func (*List) Descriptor() ([]byte, []int)

Deprecated: Use List.ProtoReflect.Descriptor instead.

func (*List) GetKey

func (x *List) GetKey() string

func (*List) GetTtl

func (x *List) GetTtl() int32

func (*List) GetValues

func (x *List) GetValues() [][]byte

func (*List) ProtoMessage

func (*List) ProtoMessage()

func (*List) ProtoReflect

func (x *List) ProtoReflect() protoreflect.Message

func (*List) Reset

func (x *List) Reset()

func (*List) String

func (x *List) String() string

type Set

type Set struct {
	Key     string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Members []string `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"`
	Ttl     int32    `protobuf:"varint,3,opt,name=ttl,proto3" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

func (*Set) Descriptor deprecated

func (*Set) Descriptor() ([]byte, []int)

Deprecated: Use Set.ProtoReflect.Descriptor instead.

func (*Set) GetKey

func (x *Set) GetKey() string

func (*Set) GetMembers

func (x *Set) GetMembers() []string

func (*Set) GetTtl

func (x *Set) GetTtl() int32

func (*Set) ProtoMessage

func (*Set) ProtoMessage()

func (*Set) ProtoReflect

func (x *Set) ProtoReflect() protoreflect.Message

func (*Set) Reset

func (x *Set) Reset()

func (*Set) String

func (x *Set) String() string

type Stream

type Stream struct {
	Key      string      `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Messages []*XMessage `protobuf:"bytes,2,rep,name=messages,proto3" json:"messages,omitempty"`
	Ttl      int32       `protobuf:"varint,3,opt,name=ttl,proto3" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

func (*Stream) Descriptor deprecated

func (*Stream) Descriptor() ([]byte, []int)

Deprecated: Use Stream.ProtoReflect.Descriptor instead.

func (*Stream) GetKey

func (x *Stream) GetKey() string

func (*Stream) GetMessages

func (x *Stream) GetMessages() []*XMessage

func (*Stream) GetTtl

func (x *Stream) GetTtl() int32

func (*Stream) ProtoMessage

func (*Stream) ProtoMessage()

func (*Stream) ProtoReflect

func (x *Stream) ProtoReflect() protoreflect.Message

func (*Stream) Reset

func (x *Stream) Reset()

func (*Stream) String

func (x *Stream) String() string

type String

type String struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Ttl   int32  `protobuf:"varint,3,opt,name=ttl,proto3" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

func (*String) Descriptor deprecated

func (*String) Descriptor() ([]byte, []int)

Deprecated: Use String.ProtoReflect.Descriptor instead.

func (*String) GetKey

func (x *String) GetKey() string

func (*String) GetTtl

func (x *String) GetTtl() int32

func (*String) GetValue

func (x *String) GetValue() []byte

func (*String) ProtoMessage

func (*String) ProtoMessage()

func (*String) ProtoReflect

func (x *String) ProtoReflect() protoreflect.Message

func (*String) Reset

func (x *String) Reset()

func (*String) String

func (x *String) String() string

type XMessage

type XMessage struct {
	Id    string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Field []string `protobuf:"bytes,2,rep,name=field,proto3" json:"field,omitempty"`
	Value [][]byte `protobuf:"bytes,3,rep,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*XMessage) Descriptor deprecated

func (*XMessage) Descriptor() ([]byte, []int)

Deprecated: Use XMessage.ProtoReflect.Descriptor instead.

func (*XMessage) GetField

func (x *XMessage) GetField() []string

func (*XMessage) GetId

func (x *XMessage) GetId() string

func (*XMessage) GetValue

func (x *XMessage) GetValue() [][]byte

func (*XMessage) ProtoMessage

func (*XMessage) ProtoMessage()

func (*XMessage) ProtoReflect

func (x *XMessage) ProtoReflect() protoreflect.Message

func (*XMessage) Reset

func (x *XMessage) Reset()

func (*XMessage) String

func (x *XMessage) String() string

type ZMember

type ZMember struct {
	Member string  `protobuf:"bytes,1,opt,name=member,proto3" json:"member,omitempty"`
	Score  float64 `protobuf:"fixed64,2,opt,name=score,proto3" json:"score,omitempty"`
	// contains filtered or unexported fields
}

func (*ZMember) Descriptor deprecated

func (*ZMember) Descriptor() ([]byte, []int)

Deprecated: Use ZMember.ProtoReflect.Descriptor instead.

func (*ZMember) GetMember

func (x *ZMember) GetMember() string

func (*ZMember) GetScore

func (x *ZMember) GetScore() float64

func (*ZMember) ProtoMessage

func (*ZMember) ProtoMessage()

func (*ZMember) ProtoReflect

func (x *ZMember) ProtoReflect() protoreflect.Message

func (*ZMember) Reset

func (x *ZMember) Reset()

func (*ZMember) String

func (x *ZMember) String() string

type ZSet

type ZSet struct {
	Key     string     `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Members []*ZMember `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"`
	Ttl     int32      `protobuf:"varint,3,opt,name=ttl,proto3" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

func (*ZSet) Descriptor deprecated

func (*ZSet) Descriptor() ([]byte, []int)

Deprecated: Use ZSet.ProtoReflect.Descriptor instead.

func (*ZSet) GetKey

func (x *ZSet) GetKey() string

func (*ZSet) GetMembers

func (x *ZSet) GetMembers() []*ZMember

func (*ZSet) GetTtl

func (x *ZSet) GetTtl() int32

func (*ZSet) ProtoMessage

func (*ZSet) ProtoMessage()

func (*ZSet) ProtoReflect

func (x *ZSet) ProtoReflect() protoreflect.Message

func (*ZSet) Reset

func (x *ZSet) Reset()

func (*ZSet) String

func (x *ZSet) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL