github.com/go-redis/redis/v8.IntCmd.Result (method)

2 uses

	github.com/go-redis/redis/v8 (current package)
		cluster_commands.go#L12: 		n, err := master.DBSize(ctx).Result()
		command.go#L428: func (cmd *IntCmd) Result() (int64, error) {