MCPcopy Create free account
hub / github.com/ByteStorage/FlyDB / RPop

Method RPop

lib/proto/glist/db_grpc.pb.go:46–46  ·  view source on GitHub ↗
(ctx context.Context, in *GListRPopRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

44 RPushs(ctx context.Context, in *GListRPushsRequest, opts ...grpc.CallOption) (*GListRPushsResponse, error)
45 LPop(ctx context.Context, in *GListLPopRequest, opts ...grpc.CallOption) (*GListLPopResponse, error)
46 RPop(ctx context.Context, in *GListRPopRequest, opts ...grpc.CallOption) (*GListRPopResponse, error)
47 LRange(ctx context.Context, in *GListLRangeRequest, opts ...grpc.CallOption) (*GListLRangeResponse, error)
48 LLen(ctx context.Context, in *GListLLenRequest, opts ...grpc.CallOption) (*GListLLenResponse, error)
49 LRem(ctx context.Context, in *GListLRemRequest, opts ...grpc.CallOption) (*GListLRemResponse, error)

Callers 6

RPopMethod · 0.65
RPopMethod · 0.65
TestListStructure_RPopFunction · 0.65
stringRPopDataFunction · 0.65

Implementers 5

gListServiceClientlib/proto/glist/db_grpc.pb.go
UnimplementedGListServiceServerlib/proto/glist/db_grpc.pb.go
Clientengine/grpc/client/client.go
listengine/grpc/service/list.go
ListStructurestructure/list.go

Calls

no outgoing calls

Tested by 2

TestListStructure_RPopFunction · 0.52