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 {