type github.com/go-redis/redis/v8.XInfoGroups

6 uses

	github.com/go-redis/redis/v8 (current package)
		command.go#L1389: 	val []XInfoGroups
		command.go#L1392: type XInfoGroups struct {
		command.go#L1410: func (cmd *XInfoGroupsCmd) Val() []XInfoGroups {
		command.go#L1414: func (cmd *XInfoGroupsCmd) Result() ([]XInfoGroups, error) {
		command.go#L1430: 				cmd.val = append(cmd.val, v.(XInfoGroups))
		command.go#L1444: 		grp XInfoGroups