type github.com/go-redis/redis/v8.XInfoGroupsCmd
10 uses
github.com/go-redis/redis/v8 (current package)
command.go#L1387: type XInfoGroupsCmd struct {
command.go#L1399: var _ Cmder = (*XInfoGroupsCmd)(nil)
command.go#L1401: func NewXInfoGroupsCmd(ctx context.Context, stream string) *XInfoGroupsCmd {
command.go#L1402: return &XInfoGroupsCmd{
command.go#L1410: func (cmd *XInfoGroupsCmd) Val() []XInfoGroups {
command.go#L1414: func (cmd *XInfoGroupsCmd) Result() ([]XInfoGroups, error) {
command.go#L1418: func (cmd *XInfoGroupsCmd) String() string {
command.go#L1422: func (cmd *XInfoGroupsCmd) readReply(rd *proto.Reader) error {
commands.go#L215: XInfoGroups(ctx context.Context, key string) *XInfoGroupsCmd
commands.go#L1664: func (c cmdable) XInfoGroups(ctx context.Context, key string) *XInfoGroupsCmd {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |